diff options
-rw-r--r-- | usr.bin/pathchk/pathchk.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index 0f7f5c1..3a8e9b4 100644 --- a/usr.bin/pathchk/pathchk.c +++ b/usr.bin/pathchk/pathchk.c @@ -28,11 +28,6 @@ * from FreeBSD: pathchk.c,v 1.4 2002/12/15 00:40:47 tjr Exp */ -#include <sys/cdefs.h> -#ifndef lint -__RCSID("$NetBSD: pathchk.c,v 1.2 2011/09/16 15:39:28 joerg Exp $"); -#endif /* !lint */ - #include <sys/types.h> #include <sys/stat.h> @@ -46,7 +41,7 @@ __RCSID("$NetBSD: pathchk.c,v 1.2 2011/09/16 15:39:28 joerg Exp $"); static int check(const char *); static int portable(const char *); -__dead static void usage(void); +static void usage(void); static int pflag; /* Perform portability checks */ |