aboutsummaryrefslogtreecommitdiff
path: root/bin/chmod/chmod.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:28 +0000
commit90aea514c6249118e880d75972d063362f4bf492 (patch)
tree7554174a8c3ec3245218734cd94fe1610a1b5625 /bin/chmod/chmod.c
parente717cb04bec1a0a911dee2fbbef6079f7107adc5 (diff)
downloadsrc-90aea514c6249118e880d75972d063362f4bf492.tar.gz
src-90aea514c6249118e880d75972d063362f4bf492.zip
bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
Diffstat (limited to 'bin/chmod/chmod.c')
-rw-r--r--bin/chmod/chmod.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index 23239d647643..67dc03e1f99d 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -36,9 +36,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/param.h>