diff options
Diffstat (limited to 'chpass')
| -rw-r--r-- | chpass/table.c | 1 | ||||
| -rw-r--r-- | chpass/util.c | 5 |
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$"); |
