diff options
author | peter <peter@FreeBSD.org> | 2003-10-26 06:14:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-10-26 06:14:10 +0000 |
commit | 9a6ba4dbc2dd22e313c2d2555ebb74da5c2b290d (patch) | |
tree | 1d60fc584ef3aa91c84ec2a031a56a288780eda1 /usr.sbin/rpc.umntall/Makefile | |
parent | 2472b3136c8144dbb0eae73e82143695a7dac0b8 (diff) | |
download | FreeBSD-src-9a6ba4dbc2dd22e313c2d2555ebb74da5c2b290d.zip FreeBSD-src-9a6ba4dbc2dd22e313c2d2555ebb74da5c2b290d.tar.gz |
Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2
(but I haven't turned it on)
Diffstat (limited to 'usr.sbin/rpc.umntall/Makefile')
-rw-r--r-- | usr.sbin/rpc.umntall/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rpc.umntall/Makefile b/usr.sbin/rpc.umntall/Makefile index 1ea7fe6..0a829c3 100644 --- a/usr.sbin/rpc.umntall/Makefile +++ b/usr.sbin/rpc.umntall/Makefile @@ -5,4 +5,6 @@ PROG= rpc.umntall MAN= rpc.umntall.8 SRCS= rpc.umntall.c mounttab.c +#WARNS?= 2 + .include <bsd.prog.mk> |