diff options
Diffstat (limited to 'usr.bin/chpass/util.c')
-rw-r--r-- | usr.bin/chpass/util.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index 8460576..ac105aa 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/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$"); |