From cff7b73ae7cb6984d74e33d965badbd00531fa5e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 3 May 2003 19:44:46 +0000 Subject: Make GCC 3.3 happy with rcsid[], sccs[], and copyright[]. --- chpass/chpass.c | 3 +-- chpass/table.c | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'chpass') 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 __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 __FBSDID("$FreeBSD$"); -- cgit v1.2.3-56-ge451