diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-09-02 02:16:51 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-09-02 02:16:51 +0000 |
| commit | 57c94dd3bc0caafe78a434efcc4c911db73a87c8 (patch) | |
| tree | ae7e0e3a0df392a9de54f0257fad884dbb3bba33 | |
| parent | ea32742676c1522a78dd186b2a44d85616f296bc (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/defs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c index 92815cc9dcba..c1b193dd178e 100644 --- a/usr.sbin/ppp/defs.c +++ b/usr.sbin/ppp/defs.c @@ -35,11 +35,6 @@ #include <ctype.h> #include <errno.h> -#ifdef __OpenBSD__ -#include <util.h> -#else -#include <libutil.h> -#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |
