From 43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56 Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 27 Mar 2001 09:49:03 +0000 Subject: give the "netgrent" functions a home in netdb.h --- usr.sbin/mountd/mountd.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'usr.sbin/mountd') diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 16d2ece..da600c5 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -201,11 +201,6 @@ int xdr_fhs __P((XDR *, caddr_t)); int xdr_mlist __P((XDR *, caddr_t)); void terminate __P((int)); -/* C library */ -int getnetgrent(); -void endnetgrent(); -void setnetgrent(); - static int bitcmp __P((void *, void *, int)); static int netpartcmp __P((struct sockaddr *, struct sockaddr *, int)); static int sacmp __P((struct sockaddr *, struct sockaddr *)); -- cgit v1.1