diff options
-rw-r--r-- | usr.bin/logname/logname.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index 77f1009..2883f85 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -29,26 +29,13 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -#ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1991, 1993, 1994\ - The Regents of the University of California. All rights reserved."); -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; -#endif -__RCSID("$NetBSD: logname.c,v 1.10 2011/09/04 20:29:12 joerg Exp $"); -#endif /* not lint */ - #include <stdio.h> #include <stdlib.h> #include <locale.h> #include <unistd.h> #include <err.h> -__dead static void usage(void); +static void usage(void); int main(int argc, char *argv[]) |