summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/login_access.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/login/login_access.c')
-rw-r--r--usr.bin/login/login_access.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/login/login_access.c b/usr.bin/login/login_access.c
index c058bbe..b8cdf05 100644
--- a/usr.bin/login/login_access.c
+++ b/usr.bin/login/login_access.c
@@ -7,14 +7,15 @@
* Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
#ifdef LOGIN_ACCESS
+#if 0
#ifndef lint
-static const char sccsid[] = "%Z% %M% %I% %E% %U%";
+static char sccsid[] = "%Z% %M% %I% %E% %U%";
#endif
+#endif
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <ctype.h>
OpenPOWER on IntegriCloud