summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/pppctl.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-09-02 02:01:18 +0000
committerbrian <brian@FreeBSD.org>2000-09-02 02:01:18 +0000
commit15ac2ddf3cdb5b9e42fbafe5659042c926913286 (patch)
tree814667298eb930df0000a1fcb3537c4ca02776ea /usr.sbin/pppctl/pppctl.c
parent5990f9fefcfe77f97b9684f0ce880272e741e949 (diff)
downloadFreeBSD-src-15ac2ddf3cdb5b9e42fbafe5659042c926913286.zip
FreeBSD-src-15ac2ddf3cdb5b9e42fbafe5659042c926913286.tar.gz
libutil is no longer required as setproctitle() has moved to libc
Diffstat (limited to 'usr.sbin/pppctl/pppctl.c')
-rw-r--r--usr.sbin/pppctl/pppctl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/pppctl/pppctl.c b/usr.sbin/pppctl/pppctl.c
index ef6b414..f6cced6 100644
--- a/usr.sbin/pppctl/pppctl.c
+++ b/usr.sbin/pppctl/pppctl.c
@@ -38,9 +38,6 @@
#include <err.h>
#include <errno.h>
#include <histedit.h>
-#ifdef __FreeBSD__
-#include <libutil.h>
-#endif
#include <setjmp.h>
#include <signal.h>
#include <stdio.h>
OpenPOWER on IntegriCloud