summaryrefslogtreecommitdiffstats
path: root/usr.bin/uuencode
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-03 19:44:46 +0000
committerobrien <obrien@FreeBSD.org>2003-05-03 19:44:46 +0000
commit2a8f1d64a1061d10f0cb8255e350e74fa4365d3b (patch)
tree7ddfd1e9073a845b21ff0f412206ad1d2061649e /usr.bin/uuencode
parent8c8b459cd8a212311d87df07bef9e08aa4aaddcf (diff)
downloadFreeBSD-src-2a8f1d64a1061d10f0cb8255e350e74fa4365d3b.zip
FreeBSD-src-2a8f1d64a1061d10f0cb8255e350e74fa4365d3b.tar.gz
Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].
Diffstat (limited to 'usr.bin/uuencode')
-rw-r--r--usr.bin/uuencode/uuencode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c
index e9225d4..9a05248 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 <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud