From 9a6ba4dbc2dd22e313c2d2555ebb74da5c2b290d Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 26 Oct 2003 06:14:10 +0000 Subject: Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2 (but I haven't turned it on) --- usr.sbin/rpc.statd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/rpc.statd/Makefile') diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile index 0eedee5..6d8053c 100644 --- a/usr.sbin/rpc.statd/Makefile +++ b/usr.sbin/rpc.statd/Makefile @@ -5,6 +5,7 @@ MAN= rpc.statd.8 SRCS= file.c sm_inter_svc.c sm_inter.h statd.c procs.c CFLAGS+= -I. +#WARNS?= 2 DPADD= ${LIBRPCSVC} LDADD= -lrpcsvc -- cgit v1.1