Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 18:52:15 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r241005 - projects/mtree/contrib/mtree
Message-ID:  <201209271852.q8RIqFpw076450@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Thu Sep 27 18:52:15 2012
New Revision: 241005
URL: http://svn.freebsd.org/changeset/base/241005

Log:
  Revert s/__dead/__dead2/ in r240706.  I'm now using a sys/cdefs.h
  wrapper instead.

Modified:
  projects/mtree/contrib/mtree/extern.h
  projects/mtree/contrib/mtree/mtree.c

Modified: projects/mtree/contrib/mtree/extern.h
==============================================================================
--- projects/mtree/contrib/mtree/extern.h	Thu Sep 27 18:52:04 2012	(r241004)
+++ projects/mtree/contrib/mtree/extern.h	Thu Sep 27 18:52:15 2012	(r241005)
@@ -60,7 +60,7 @@ void	 cwalk(void);
 void	 dump_nodes(const char *, NODE *, int);
 void	 init_excludes(void);
 int	 matchtags(NODE *);
-__dead2 __printflike(1,2) void	 mtree_err(const char *, ...);
+__dead __printflike(1,2) void	 mtree_err(const char *, ...);
 const char *nodetype(u_int);
 u_int	 parsekey(const char *, int *);
 void	 parsetags(slist_t *, char *);

Modified: projects/mtree/contrib/mtree/mtree.c
==============================================================================
--- projects/mtree/contrib/mtree/mtree.c	Thu Sep 27 18:52:04 2012	(r241004)
+++ projects/mtree/contrib/mtree/mtree.c	Thu Sep 27 18:52:15 2012	(r241005)
@@ -63,7 +63,7 @@ int	cflag, Cflag, dflag, Dflag, eflag, i
     	nflag, qflag, rflag, sflag, tflag, uflag, Uflag;
 char	fullpath[MAXPATHLEN];
 
-__dead2 static	void	usage(void);
+__dead static	void	usage(void);
 
 int
 main(int argc, char **argv)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209271852.q8RIqFpw076450>