From 2a8f1d64a1061d10f0cb8255e350e74fa4365d3b Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 3 May 2003 19:44:46 +0000 Subject: Make GCC 3.3 happy with rcsid[], sccs[], and copyright[]. --- usr.bin/uudecode/uudecode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/uudecode') diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index 0c1e386..093af7d 100644 --- a/usr.bin/uudecode/uudecode.c +++ b/usr.bin/uudecode/uudecode.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[] = "@(#)uudecode.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #endif - #include __FBSDID("$FreeBSD$"); -- cgit v1.1