From 433add6ff5d48b24b580046e1579b3ca842c3fe0 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 2 Sep 2000 20:52:15 +0000 Subject: [PATCH] Don't use libutil now that setproctitle() is in libc --- sbin/nfsd/Makefile | 2 -- sbin/nfsd/nfsd.c | 1 - usr.sbin/nfsd/Makefile | 2 -- usr.sbin/nfsd/nfsd.c | 1 - 4 files changed, 6 deletions(-) diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index a18aad017aa8..5572762c5e53 100644 --- a/sbin/nfsd/Makefile +++ b/sbin/nfsd/Makefile @@ -4,8 +4,6 @@ PROG= nfsd CFLAGS+=-DNFS MAN8= nfsd.8 -DPADD+= ${LIBUTIL} -LDADD+= -lutil .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DKERBEROS diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c index 9ff9d987cffe..2d923a42652b 100644 --- a/sbin/nfsd/nfsd.c +++ b/sbin/nfsd/nfsd.c @@ -72,7 +72,6 @@ static const char rcsid[] = #include #include -#include #include #include #include diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile index a18aad017aa8..5572762c5e53 100644 --- a/usr.sbin/nfsd/Makefile +++ b/usr.sbin/nfsd/Makefile @@ -4,8 +4,6 @@ PROG= nfsd CFLAGS+=-DNFS MAN8= nfsd.8 -DPADD+= ${LIBUTIL} -LDADD+= -lutil .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DKERBEROS diff --git a/usr.sbin/nfsd/nfsd.c b/usr.sbin/nfsd/nfsd.c index 9ff9d987cffe..2d923a42652b 100644 --- a/usr.sbin/nfsd/nfsd.c +++ b/usr.sbin/nfsd/nfsd.c @@ -72,7 +72,6 @@ static const char rcsid[] = #include #include -#include #include #include #include