From dbd64020dd71c6ce5fefc740e211133866cbf6f4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 1 May 2003 14:45:27 +0000 Subject: [PATCH] Make GCC 3.3 STFU about copyright[]. --- bin/chflags/chflags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index 92046338ac7..0f42f1a63e5 100644 --- a/bin/chflags/chflags.c +++ b/bin/chflags/chflags.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1992, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif -#if 0 #ifndef lint static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; #endif