summaryrefslogtreecommitdiffstats
path: root/ax25ipd/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/io.c')
-rw-r--r--ax25ipd/io.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ax25ipd/io.c b/ax25ipd/io.c
index d17f9fd..281d248 100644
--- a/ax25ipd/io.c
+++ b/ax25ipd/io.c
@@ -26,13 +26,9 @@
#include <errno.h>
#include <syslog.h>
-
-
-
#include <termio.h>
static struct termio nterm;
-
int ttyfd = -1;
static int udpsock = -1;
static int sock = -1;
@@ -59,7 +55,6 @@ int ttyfd_bpq = 0;
#define FNDELAY O_NDELAY
#endif
-
/*
* process an I/O error; return true if a retry is needed
*