summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-07-25 21:26:47 +0200
committerRalf Baechle <ralf@linux-mips.org>2017-07-25 21:26:47 +0200
commit96284d81920d8257e0c0b254d1573f371fbc9744 (patch)
treea37528872bfb928b41178470f292dc09700f5b7a
parentdaa4562b352af13f7c2abb1215ffff46225184ec (diff)
ax25ipd: Get rid of __bsdi__ ifdefery.
I don't think this was ever meant to run on a BSD/i386 or BSD/OS system. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--ax25ipd/io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ax25ipd/io.c b/ax25ipd/io.c
index 0170568..1d76873 100644
--- a/ax25ipd/io.c
+++ b/ax25ipd/io.c
@@ -31,9 +31,6 @@
#include <errno.h>
#include <syslog.h>
-#ifdef __bsdi__
-#define USE_TERMIOS
-#endif
#ifndef USE_TERMIOS
#ifndef USE_TERMIO