diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-01 14:45:27 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-01 14:45:27 +0000 |
| commit | dbd64020dd71c6ce5fefc740e211133866cbf6f4 (patch) | |
| tree | 204cbe86e50160752f46fca4209817b7a821ad37 /bin | |
| parent | b06d75fd4336b584a3f3429107522565ce175649 (diff) | |
Notes
Diffstat (limited to 'bin')
| -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 92046338ac7c..0f42f1a63e5e 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 |
