summaryrefslogtreecommitdiffstats
path: root/chpass
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-03 19:44:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-03 19:44:46 +0000
commitcff7b73ae7cb6984d74e33d965badbd00531fa5e (patch)
tree6448eab76d50f4cd78bb1a1bda78ee183facbcb3 /chpass
parent542929e056304ae280d60a382df308bab13caf77 (diff)
downloadpw-darwin-cff7b73ae7cb6984d74e33d965badbd00531fa5e.tar.gz
pw-darwin-cff7b73ae7cb6984d74e33d965badbd00531fa5e.tar.zst
pw-darwin-cff7b73ae7cb6984d74e33d965badbd00531fa5e.zip
Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].
Diffstat (limited to 'chpass')
-rw-r--r--chpass/chpass.c3
-rw-r--r--chpass/table.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/chpass/chpass.c b/chpass/chpass.c
index 54e5bc9..8b716ba 100644
--- a/chpass/chpass.c
+++ b/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/chpass/table.c b/chpass/table.c
index fede308..19f1a99 100644
--- a/chpass/table.c
+++ b/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$");