summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/finger.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/finger/finger.c')
-rw-r--r--usr.bin/finger/finger.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c
index 3240dcf..138021a 100644
--- a/usr.bin/finger/finger.c
+++ b/usr.bin/finger/finger.c
@@ -44,19 +44,20 @@
* login time is < 6 days.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1989, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
+#if 0
#ifndef lint
-static const char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95";
+static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95";
#endif
+#endif
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/*
* Finger prints out information about users. It is not portable since
OpenPOWER on IntegriCloud