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/kill | |
parent | 4f3204ef222dc8ac1e2d902ed3a212e7931cdcd7 (diff) | |
download | src-09a80d4867b85b3df9856d150eb565232dc900d4.tar.gz src-09a80d4867b85b3df9856d150eb565232dc900d4.zip |
Quiet warnings about copyright[].
Notes
Notes:
svn path=/head/; revision=114433
Diffstat (limited to 'bin/kill')
-rw-r--r-- | bin/kill/kill.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/kill/kill.c b/bin/kill/kill.c index b170d3576a34..120dc8797a9c 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -31,6 +31,7 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static char const copyright[] = "@(#) Copyright (c) 1988, 1993, 1994\n\ @@ -38,10 +39,9 @@ static char const copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static char sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95"; -#endif #endif /* not lint */ +#endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |