summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtctl.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:03:35 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-05 00:46:08 +0200
commit9216b332b45bce65fdbaec3c8df0b29877e3371c (patch)
tree6b6a89063918314f15706c1aad9ec05e76a89cb5 /ax25rtd/ax25rtctl.c
parent17e2954171b6e5b53a2764031bfde79beae06bac (diff)
Weed out all use of RCS strings.
Their value has always been dubious and git doesn't support them so let's get rid of the clutter. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25rtd/ax25rtctl.c')
-rw-r--r--ax25rtd/ax25rtctl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c
index ddf5602..95eb822 100644
--- a/ax25rtd/ax25rtctl.c
+++ b/ax25rtd/ax25rtctl.c
@@ -1,5 +1,4 @@
-/* $Id: ax25rtctl.c,v 1.4 2009/06/27 22:30:23 ralf Exp $
- *
+/*
* Copyright (c) 1996 Joerg Reuter (jreuter@poboxes.com)
*
* This program is free software; you can redistribute it and/or modify
@@ -251,7 +250,7 @@ static void Version(void)
int sock;
char buf[256];
- printf("ax25rtctl $Revision: 1.4 $\n");
+ printf("ax25rtctl version " VERSION "\n");
sock = open_socket();
wsock(sock, "version\n");
read(sock, buf, sizeof(buf));