summaryrefslogtreecommitdiffstats
path: root/6pack
diff options
context:
space:
mode:
Diffstat (limited to '6pack')
-rw-r--r--6pack/m6pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/6pack/m6pack.c b/6pack/m6pack.c
index 19c07ba..43d20cf 100644
--- a/6pack/m6pack.c
+++ b/6pack/m6pack.c
@@ -67,7 +67,7 @@ typedef enum {data, command} frame_t;
static __u8 ibuf[SIZE]; /* buffer for input operations */
static __u8 obuf[SIZE]; /* buffer for sixpack_tx() */
-static int invalid_ports = 0;
+static int invalid_ports;
static char *usage_string = "usage: m6pack [-l] [-s speed] [-x num_ptmx_devices] [-v] tyinterface pty ..\n";