diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 22:58:23 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 22:58:23 +0000 |
| commit | fa146c53357ea20afd3661d8093ea1db44198d5f (patch) | |
| tree | a75604be1743b2dbb3ae09ab3f3275f9f1d33d75 /usr.bin/apply | |
| parent | 872963ff956b81ce07e442531158371f50388eb4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/apply')
| -rw-r--r-- | usr.bin/apply/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/apply/apply.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index 59f358ed5292..05823eaaa301 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -1,5 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= apply +CFLAGS+=-Wall .include <bsd.prog.mk> diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 37a77b7d05c9..3f0727d372c0 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -35,7 +35,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; +static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #endif /* not lint */ #include <sys/wait.h> |
