From ebe901b4decf4e571dcc1c795b5c2df5a52ec12e 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[]. --- usr.bin/uuencode/uuencode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/uuencode') diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index e9225d43f62f0..9a05248148cd3 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -31,18 +31,17 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1983, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#if 0 #ifndef lint static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #endif - #include __FBSDID("$FreeBSD$"); -- cgit v1.3