summaryrefslogtreecommitdiff
path: root/bin/rmdir
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/rmdir
parent4f3204ef222dc8ac1e2d902ed3a212e7931cdcd7 (diff)
downloadsrc-test-09a80d4867b85b3df9856d150eb565232dc900d4.tar.gz
src-test-09a80d4867b85b3df9856d150eb565232dc900d4.zip
Quiet warnings about copyright[].
Notes
Notes: svn path=/head/; revision=114433
Diffstat (limited to 'bin/rmdir')
-rw-r--r--bin/rmdir/rmdir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c
index f869c3f20f4a3..606cf7e34f24a 100644
--- a/bin/rmdir/rmdir.c
+++ b/bin/rmdir/rmdir.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");