aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/main.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-01 16:58:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-01 16:58:57 +0000
commit09a80d4867b85b3df9856d150eb565232dc900d4 (patch)
tree5b53acdbe128b941a338de518c3518890ac9a5ca /bin/ed/main.c
parent4f3204ef222dc8ac1e2d902ed3a212e7931cdcd7 (diff)
Quiet warnings about copyright[].
Notes
Notes: svn path=/head/; revision=114433
Diffstat (limited to 'bin/ed/main.c')
-rw-r--r--bin/ed/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c
index 2cebaf89d2c5..bea272494ad0 100644
--- a/bin/ed/main.c
+++ b/bin/ed/main.c
@@ -27,9 +27,11 @@
*/
#ifndef lint
+#if 0
static const char copyright[] =
"@(#) Copyright (c) 1993 Andrew Moore, Talke Studio. \n\
All rights reserved.\n";
+#endif
#endif /* not lint */
#include <sys/cdefs.h>