summaryrefslogtreecommitdiffstats
path: root/kiss/net2kiss.c
diff options
context:
space:
mode:
Diffstat (limited to 'kiss/net2kiss.c')
-rw-r--r--kiss/net2kiss.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/kiss/net2kiss.c b/kiss/net2kiss.c
index 04b4032..d3b5234 100644
--- a/kiss/net2kiss.c
+++ b/kiss/net2kiss.c
@@ -65,10 +65,10 @@
static int fdif, fdpty;
static struct ifreq ifr;
static char *progname;
-static int verbose = 0;
-static int i_am_unix98_pty_master = 0; /* unix98 ptmx support */
-static char *namepts = NULL; /* name of the unix98 pts slave, which
- * the client has to use */
+static int verbose;
+static int i_am_unix98_pty_master; /* unix98 ptmx support */
+static char *namepts; /* name of the unix98 pts slave, which
+ * the client has to use */
/* --------------------------------------------------------------------- */