diff options
author | brian <brian@FreeBSD.org> | 2010-06-20 09:40:54 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2010-06-20 09:40:54 +0000 |
commit | f4323232d9473d9b7d302f1a5113254e321b0dd0 (patch) | |
tree | ca785311050d789fc6777c8d85b147548a7a5afb /sbin/fsck_msdosfs/Makefile | |
parent | f16fb8206ed902d68fd499178f91de0b8d64c8f9 (diff) | |
download | FreeBSD-src-f4323232d9473d9b7d302f1a5113254e321b0dd0.zip FreeBSD-src-f4323232d9473d9b7d302f1a5113254e321b0dd0.tar.gz |
Fix some style(9), although there's a lot more issues here.
Fix some casting errors.
PR: 142384
Submitted by: giffunip at tutopia dot com
Obtained from: NetBSD
MFC after: 3 weeks
Diffstat (limited to 'sbin/fsck_msdosfs/Makefile')
-rw-r--r-- | sbin/fsck_msdosfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_msdosfs/Makefile b/sbin/fsck_msdosfs/Makefile index fd539b9..ddb8e8a 100644 --- a/sbin/fsck_msdosfs/Makefile +++ b/sbin/fsck_msdosfs/Makefile @@ -9,6 +9,6 @@ MAN= fsck_msdosfs.8 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c CFLAGS+= -I${FSCK} -WARNS?= 0 +WARNS?= 2 .include <bsd.prog.mk> |