summaryrefslogtreecommitdiffstats
path: root/chpass
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:25:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:25:07 +0000
commit9d8c96322cd828e6b0441f0be06c10a88546051a (patch)
tree1d1c4dfa00a8ef0e7efdd2487ef4a53856b1b9b0 /chpass
parente0eddc371ebb1312f3789b30b893ef54dae0dd56 (diff)
downloadpw-darwin-9d8c96322cd828e6b0441f0be06c10a88546051a.tar.gz
pw-darwin-9d8c96322cd828e6b0441f0be06c10a88546051a.tar.zst
pw-darwin-9d8c96322cd828e6b0441f0be06c10a88546051a.zip
Consistently use FBSDID
Diffstat (limited to 'chpass')
-rw-r--r--chpass/table.c1
-rw-r--r--chpass/util.c5
2 files changed, 3 insertions, 3 deletions
diff --git a/chpass/table.c b/chpass/table.c
index 52e9bb8..fede308 100644
--- a/chpass/table.c
+++ b/chpass/table.c
@@ -34,7 +34,6 @@
#ifndef lint
static const char sccsid[] = "@(#)table.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
-
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
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$");