summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtctl.c
diff options
context:
space:
mode:
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 6f40423..f9a3647 100644
--- a/ax25rtd/ax25rtctl.c
+++ b/ax25rtd/ax25rtctl.c
@@ -1,4 +1,4 @@
-/* $Id: ax25rtctl.c,v 1.7 1997/06/05 18:52:55 oe1kib Exp oe1kib $
+/* $Id: ax25rtctl.c,v 1.8 1998/08/20 01:43:28 kudielka 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.7 $\n");
+ printf("ax25rtctl $Revision: 1.8 $\n");
sock = open_socket();
wsock(sock, "version\n");
read(sock, buf, sizeof(buf));