From eaf3fff90a28f606675fd3c1610d0def28d6be67 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 1 May 2003 16:58:57 +0000 Subject: Quiet warnings about copyright[]. --- bin/df/df.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/df/df.c') diff --git a/bin/df/df.c b/bin/df/df.c index 58a2320..eba0e81 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -36,6 +36,7 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1990, 1993, 1994\n\ @@ -43,10 +44,9 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static char sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95"; -#endif #endif /* not lint */ +#endif #include __FBSDID("$FreeBSD$"); -- cgit v1.1