diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-01 14:45:27 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-01 14:45:27 +0000 |
commit | cd28e9efd957e31d9cf527d3bf5f2a617ce1b8f3 (patch) | |
tree | 204cbe86e50160752f46fca4209817b7a821ad37 /bin/chflags/chflags.c | |
parent | da6d6f33ac788822162fd45c2c50f196f05b3a38 (diff) | |
download | FreeBSD-src-cd28e9efd957e31d9cf527d3bf5f2a617ce1b8f3.zip FreeBSD-src-cd28e9efd957e31d9cf527d3bf5f2a617ce1b8f3.tar.gz |
Make GCC 3.3 STFU about copyright[].
Diffstat (limited to 'bin/chflags/chflags.c')
-rw-r--r-- | bin/chflags/chflags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index 9204633..0f42f1a 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 |