aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/defs.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-09-21 19:37:00 +0000
committerBrian Somers <brian@FreeBSD.org>1999-09-21 19:37:00 +0000
commitb9391689ee890177d9b32338874b143922e14b3a (patch)
tree27c4076522fbfed78e3e9a8d4cd53a5cec88663e /usr.sbin/ppp/defs.c
parentb27e4ff392a7cf9dd61d5f0f46ad0d7dd1e9e4a5 (diff)
downloadsrc-b9391689ee890177d9b32338874b143922e14b3a.tar.gz
src-b9391689ee890177d9b32338874b143922e14b3a.zip
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>
Notes
Notes: svn path=/head/; revision=51517
Diffstat (limited to 'usr.sbin/ppp/defs.c')
-rw-r--r--usr.sbin/ppp/defs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c
index 257b9ce5de0b..740fc628d460 100644
--- a/usr.sbin/ppp/defs.c
+++ b/usr.sbin/ppp/defs.c
@@ -35,9 +35,6 @@
#include <ctype.h>
#include <errno.h>
-#ifdef __NetBSD__
-#include <signal.h> /* for `errno' ?!? */
-#endif
#include <stdlib.h>
#include <string.h>
#include <termios.h>