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/uudecode | |
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/uudecode')
-rw-r--r-- | usr.bin/uudecode/uudecode.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <sys/cdefs.h> __FBSDID("$FreeBSD$"); |