diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-01 16:58:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-01 16:58:57 +0000 |
commit | 09a80d4867b85b3df9856d150eb565232dc900d4 (patch) | |
tree | 5b53acdbe128b941a338de518c3518890ac9a5ca /bin/ed/main.c | |
parent | 4f3204ef222dc8ac1e2d902ed3a212e7931cdcd7 (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.c | 2 |
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> |