diff options
author | brian <brian@FreeBSD.org> | 2000-09-02 20:42:19 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-09-02 20:42:19 +0000 |
commit | c587741e5f5ede1a48b2defe0c6c923b02c519c4 (patch) | |
tree | 110209d7f5eb3d4d369a30848be92a9cbfdb6f71 /usr.sbin | |
parent | e6a536221cb30ae732c3b4e40beb458608264a3d (diff) | |
download | FreeBSD-src-c587741e5f5ede1a48b2defe0c6c923b02c519c4.zip FreeBSD-src-c587741e5f5ede1a48b2defe0c6c923b02c519c4.tar.gz |
Remove libutil - setproctitle() is now in libc
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/faithd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/faithd/faithd.c | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile index 8defe63..bc84552 100644 --- a/usr.sbin/faithd/Makefile +++ b/usr.sbin/faithd/Makefile @@ -18,7 +18,5 @@ SRCS= faithd.c tcp.c ftp.c rsh.c MAN8= faithd.8 #CFLAGS+= -DFAITH4 CFLAGS+= -Wall -DPADD= ${LIBUTIL} -LDADD= -lutil .include <bsd.prog.mk> diff --git a/usr.sbin/faithd/faithd.c b/usr.sbin/faithd/faithd.c index c314b74..65c2ab3 100644 --- a/usr.sbin/faithd/faithd.c +++ b/usr.sbin/faithd/faithd.c @@ -47,9 +47,6 @@ #include <sys/stat.h> #include <sys/time.h> #include <sys/ioctl.h> -#ifdef __FreeBSD__ -#include <libutil.h> -#endif #include <stdio.h> #include <stdlib.h> |