diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2007-07-06 07:21:56 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2007-07-06 07:21:56 +0000 |
| commit | ec8fa4cfd9c06c9b082139952651e1353bd6d502 (patch) | |
| tree | 5a5fd69b684f615fa39d9f92702c4072a6def197 /usr.sbin/ppp | |
| parent | 9fa28ff687d8760285c747494f0e562f7ba8a4d5 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/i4b.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/ppp/i4b.c b/usr.sbin/ppp/i4b.c index 95c686fcf5c2..f07962509d25 100644 --- a/usr.sbin/ppp/i4b.c +++ b/usr.sbin/ppp/i4b.c @@ -36,10 +36,6 @@ #include <errno.h> #include <fcntl.h> -#ifdef __FreeBSD__ -#include <machine/i4b_ioctl.h> -#include <machine/i4b_rbch_ioctl.h> -#else #ifdef __NetBSD__ #include <netisdn/i4b_ioctl.h> #include <netisdn/i4b_rbch_ioctl.h> @@ -47,7 +43,6 @@ #include <i4b/i4b_ioctl.h> #include <i4b/i4b_rbch_ioctl.h> #endif -#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |
