diff options
Diffstat (limited to 'usr.bin/chflags')
| -rw-r--r-- | usr.bin/chflags/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/chflags/chflags.c | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index d05ff81f8a1f9..d269255b6c656 100644 --- a/usr.bin/chflags/Makefile +++ b/usr.bin/chflags/Makefile @@ -3,7 +3,6 @@ NOSHARED?=yes PROG= chflags -CFLAGS+=-Wall SRCS= chflags.c stat_flags.c .PATH: ${.CURDIR}/../../bin/ls diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c index 664609417ef51..f33f46eeccf3d 100644 --- a/usr.bin/chflags/chflags.c +++ b/usr.bin/chflags/chflags.c @@ -32,13 +32,13 @@ */ #ifndef lint -static const char copyright[] = +static char copyright[] = "@(#) Copyright (c) 1992, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static const char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; +static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; #endif /* not lint */ #include <sys/types.h> |
