aboutsummaryrefslogtreecommitdiff
path: root/bin/chflags
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/chflags
parente717cb04bec1a0a911dee2fbbef6079f7107adc5 (diff)
Diffstat (limited to 'bin/chflags')
-rw-r--r--bin/chflags/Makefile1
-rw-r--r--bin/chflags/chflags.12
-rw-r--r--bin/chflags/chflags.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile
index 1dc69a8f0668..fd19a4e4f848 100644
--- a/bin/chflags/Makefile
+++ b/bin/chflags/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <src.opts.mk>
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index 061a0c3296d9..31a4211fb25c 100644
--- a/bin/chflags/chflags.1
+++ b/bin/chflags/chflags.1
@@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)chflags.1 8.4 (Berkeley) 5/2/95
-.\"
.Dd June 12, 2018
.Dt CHFLAGS 1
.Os
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c
index a08ac88ab3cd..6704f569cd33 100644
--- a/bin/chflags/chflags.c
+++ b/bin/chflags/chflags.c
@@ -36,9 +36,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif
-#ifndef lint
-static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
-#endif
#endif
#include <sys/cdefs.h>