summaryrefslogtreecommitdiffstats
path: root/ax25ipd
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-07-25 21:53:29 +0200
committerRalf Baechle <ralf@linux-mips.org>2017-07-25 21:53:29 +0200
commitf4a142c0031a15f9a6532d9d910d66d3911f5adf (patch)
tree4c76c7f64e5062bd6e453b4a1fbf03be46ac8634 /ax25ipd
parentc0329673fa987eb2d493babb54c8aaa86ac7f9b3 (diff)
Compress multiple blank lines into single lines.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25ipd')
-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
*