summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtctl.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-04-17 00:37:49 +0200
committerRalf Baechle <ralf@linux-mips.org>2001-04-17 00:37:49 +0200
commite602d606806bf37aca8ebb19b32cfa35bc03efc7 (patch)
treef0e9b4de42155169cc29ea70346f1c28e2719cd6 /ax25rtd/ax25rtctl.c
parent628edceba5f1485ef7c4ef30fba93b4c0c0dd955 (diff)
Import ax25-apps 0.0.5 from tarballax25-apps-0.0.5
Diffstat (limited to 'ax25rtd/ax25rtctl.c')
-rw-r--r--ax25rtd/ax25rtctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c
index 6b40451..48ac48f 100644
--- a/ax25rtd/ax25rtctl.c
+++ b/ax25rtd/ax25rtctl.c
@@ -1,4 +1,4 @@
-/* $Id: ax25rtctl.c,v 1.1 2001/04/10 01:58:38 csmall Exp $
+/* $Id: ax25rtctl.c,v 1.1.1.1 2001/04/10 01:58:38 csmall Exp $
*
* Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com)
*
@@ -262,7 +262,7 @@ static void Version(void)
int sock;
char buf[256];
- printf("ax25rtctl $Revision: 1.1 $\n");
+ printf("ax25rtctl $Revision: 1.1.1.1 $\n");
sock = open_socket();
wsock(sock, "version\n");
read(sock, buf, sizeof(buf));