diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-03 19:44:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-03 19:44:46 +0000 |
commit | 2a8f1d64a1061d10f0cb8255e350e74fa4365d3b (patch) | |
tree | 7ddfd1e9073a845b21ff0f412206ad1d2061649e /usr.bin/chpass | |
parent | 8c8b459cd8a212311d87df07bef9e08aa4aaddcf (diff) | |
download | FreeBSD-src-2a8f1d64a1061d10f0cb8255e350e74fa4365d3b.zip FreeBSD-src-2a8f1d64a1061d10f0cb8255e350e74fa4365d3b.tar.gz |
Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r-- | usr.bin/chpass/chpass.c | 3 | ||||
-rw-r--r-- | usr.bin/chpass/table.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 54e5bc9..8b716ba 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -38,18 +38,17 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1988, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#if 0 #ifndef lint static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #endif /* not lint */ #endif - #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c index fede308..19f1a99 100644 --- a/usr.bin/chpass/table.c +++ b/usr.bin/chpass/table.c @@ -31,9 +31,11 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char sccsid[] = "@(#)table.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ +#endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |