diff options
author | alfred <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-03-27 09:49:03 +0000 |
commit | 43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56 (patch) | |
tree | 883ae2fc13dd0aeffaa6db346307ed11f1dafea0 /sbin | |
parent | 1b69226cd64ea455736d76497846e016d6fcf977 (diff) | |
download | FreeBSD-src-43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56.zip FreeBSD-src-43f4ccfaee466169ae8841b8e98ae2a5fe0c9a56.tar.gz |
give the "netgrent" functions a home in netdb.h
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mountd/mountd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index 16d2ece..da600c5 100644 --- a/sbin/mountd/mountd.c +++ b/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 *)); |