summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/tun.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-09-21 19:37:00 +0000
committerbrian <brian@FreeBSD.org>1999-09-21 19:37:00 +0000
commitcdf842b2dfff6f223103c7e10fd5a7b2af85c84a (patch)
treefd1c78a9b13cb611736ff843453daa08df1d49f2 /usr.sbin/ppp/tun.c
parent2bc8cff95b6ae3cfb32756226646129fc2bedf8f (diff)
downloadFreeBSD-src-cdf842b2dfff6f223103c7e10fd5a7b2af85c84a.zip
FreeBSD-src-cdf842b2dfff6f223103c7e10fd5a7b2af85c84a.tar.gz
Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.
The original report was due to a mis-installation of the NetBS header files :-/ Submitted by: Kazuyoshi Kato <kazk@yyy.or.jp>
Diffstat (limited to 'usr.sbin/ppp/tun.c')
-rw-r--r--usr.sbin/ppp/tun.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c
index c45618f..c35894a 100644
--- a/usr.sbin/ppp/tun.c
+++ b/usr.sbin/ppp/tun.c
@@ -39,9 +39,6 @@
#include <sys/un.h>
#include <errno.h>
-#ifdef __NetBSD__
-#include <signal.h> /* for `errno' ?!? */
-#endif
#include <string.h>
#if defined(__OpenBSD__) || defined(__NetBSD__)
#include <sys/ioctl.h>
OpenPOWER on IntegriCloud