summaryrefslogtreecommitdiffstats
path: root/6pack/m6pack.c
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2009-01-20 18:31:25 +0000
committerThomas Osterried <thomas@osterried.de>2009-01-20 18:31:25 +0000
commitf113dce38feb52031d2fdda40efa80a729eaa4aa (patch)
treed5c1d891f537f619c9544ba3a0e695e2ec0256e1 /6pack/m6pack.c
parent6ef96412fc19133494ed0c9f0bf42a722050e07f (diff)
Unix98 support.
Thanks to dk2crn.
Diffstat (limited to '6pack/m6pack.c')
-rw-r--r--6pack/m6pack.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/6pack/m6pack.c b/6pack/m6pack.c
index 0911601..bbd8cd6 100644
--- a/6pack/m6pack.c
+++ b/6pack/m6pack.c
@@ -6,7 +6,7 @@
* Fake out AX.25 code into supporting 6pack TNC rings by routing serial
* port data to/from pseudo ttys.
*
- * @(#)m6pack.c $Revision: 1.2 $ $Date: 2009/01/20 16:18:02 $
+ * @(#)m6pack.c $Revision: 1.3 $ $Date: 2009/01/20 18:31:25 $
*
* Author(s):
*
@@ -15,6 +15,10 @@
* History:
*
* $Log: m6pack.c,v $
+ * Revision 1.3 2009/01/20 18:31:25 dl9sau
+ * Unix98 support.
+ * Thanks to dk2crn.
+ *
* Revision 1.2 2009/01/20 16:18:02 dl9sau
* Unix98 PTY support for mkiss and m6pack.
*
@@ -91,7 +95,7 @@
#include <config.h>
-static char *version ="$Id: m6pack.c,v 1.2 2009/01/20 16:18:02 dl9sau Exp $";
+static char *version ="$Id: m6pack.c,v 1.3 2009/01/20 18:31:25 dl9sau Exp $";
typedef unsigned char __u8;
typedef enum {data, command} frame_t;
@@ -108,7 +112,7 @@ static __u8 obuf[SIZE]; /* buffer for sixpack_tx() */
static int invalid_ports = 0;
-static char *usage_string = "usage: m6pack [-l] [-s speed] [-v] tyinterface [-x <num_ptmx_devices> | pty ..]\n";
+static char *usage_string = "usage: m6pack [-l] [-s speed] [-x num_ptmx_devices] [-v] tyinterface pty ..\n";
static int dump_report = FALSE;
static int logging = FALSE;