From c587741e5f5ede1a48b2defe0c6c923b02c519c4 Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 2 Sep 2000 20:42:19 +0000 Subject: Remove libutil - setproctitle() is now in libc --- usr.sbin/faithd/Makefile | 2 -- usr.sbin/faithd/faithd.c | 3 --- 2 files changed, 5 deletions(-) (limited to 'usr.sbin/faithd') 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 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 #include #include -#ifdef __FreeBSD__ -#include -#endif #include #include -- cgit v1.1