diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-07-25 21:26:47 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-07-25 21:26:47 +0200 |
commit | 96284d81920d8257e0c0b254d1573f371fbc9744 (patch) | |
tree | a37528872bfb928b41178470f292dc09700f5b7a | |
parent | daa4562b352af13f7c2abb1215ffff46225184ec (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.c | 3 |
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 |