summaryrefslogtreecommitdiffstats
path: root/chpass/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'chpass/util.c')
-rw-r--r--chpass/util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/chpass/util.c b/chpass/util.c
index 8460576..ac105aa 100644
--- a/chpass/util.c
+++ b/chpass/util.c
@@ -39,9 +39,10 @@
*/
#ifndef lint
-static const char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94";
+#if 0
+static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94";
+#endif
#endif /* not lint */
-
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");