summaryrefslogtreecommitdiff
path: root/usr.bin/logname/logname.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/logname/logname.c')
-rw-r--r--usr.bin/logname/logname.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c
index 6f3052e34f7..3c87132c523 100644
--- a/usr.bin/logname/logname.c
+++ b/usr.bin/logname/logname.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: logname.c,v 1.6 2003/06/10 22:20:47 deraadt Exp $ */
+/* $OpenBSD: logname.c,v 1.7 2009/10/27 23:59:40 deraadt Exp $ */
/* $NetBSD: logname.c,v 1.6 1994/12/22 06:39:32 jtc Exp $ */
/*-
@@ -30,19 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1991, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94";
-#endif
-static char rcsid[] = "$OpenBSD: logname.c,v 1.6 2003/06/10 22:20:47 deraadt Exp $";
-#endif /* not lint */
-
#include <stdio.h>
#include <stdlib.h>
#include <locale.h>