summaryrefslogtreecommitdiffstats
path: root/bin/chflags/chflags.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1999-11-21 16:11:56 +0000
committercharnier <charnier@FreeBSD.org>1999-11-21 16:11:56 +0000
commitd09776075b30af9572566b18a6ec882ff363cc32 (patch)
tree67759e9292d39ce1006937690e2717ae297a5741 /bin/chflags/chflags.c
parentf755cb92d83f6c27706d2a8981f10bc189720ec2 (diff)
downloadFreeBSD-src-d09776075b30af9572566b18a6ec882ff363cc32.zip
FreeBSD-src-d09776075b30af9572566b18a6ec882ff363cc32.tar.gz
Correct use of .Nm. Add DIAGNOSTICS section. Add rcsid
Diffstat (limited to 'bin/chflags/chflags.c')
-rw-r--r--bin/chflags/chflags.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c
index 6646094..2f4a96e 100644
--- a/bin/chflags/chflags.c
+++ b/bin/chflags/chflags.c
@@ -38,7 +38,11 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-static const char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
+#if 0
+static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud