summaryrefslogtreecommitdiffstats
path: root/sbin/umount/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-12-28 17:57:37 +0000
committerdelphij <delphij@FreeBSD.org>2009-12-28 17:57:37 +0000
commitd56b6698823dbac6ba15c4ad6f2c38b3e7ec5b1c (patch)
treee054bfe4dd7cfa7b6798433044893d67c8052a11 /sbin/umount/Makefile
parent56603546c67f75a4f5ead37f6bdeb0c40db07c8e (diff)
downloadFreeBSD-src-d56b6698823dbac6ba15c4ad6f2c38b3e7ec5b1c.zip
FreeBSD-src-d56b6698823dbac6ba15c4ad6f2c38b3e7ec5b1c.tar.gz
Make umount(8) WARNS=6 clean:
- Cast delimiter width to integer [1] - Solve name conflicts against system header - Constify parameters to avoid qualifier conflict PR: bin/140017 [1] Submitted by: Ulrich Spörlein <uqs spoerlein net> [1] MFC after: 1 month Sponsored by: iXsystems, Inc
Diffstat (limited to 'sbin/umount/Makefile')
-rw-r--r--sbin/umount/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile
index 70ccc5a..e472b41 100644
--- a/sbin/umount/Makefile
+++ b/sbin/umount/Makefile
@@ -4,7 +4,6 @@
PROG= umount
SRCS= umount.c vfslist.c mounttab.c
-WARNS?= 0
MAN= umount.8
MOUNT= ${.CURDIR}/../mount
OpenPOWER on IntegriCloud