From 09a80d4867b85b3df9856d150eb565232dc900d4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 1 May 2003 16:58:57 +0000 Subject: Quiet warnings about copyright[]. --- bin/rm/rm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/rm') diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 6175277d476c..ea65d3b49891 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -31,6 +31,7 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1990, 1993, 1994\n\ @@ -38,10 +39,9 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94"; -#endif #endif /* not lint */ +#endif #include __FBSDID("$FreeBSD$"); -- cgit v1.3