summaryrefslogtreecommitdiffstats
path: root/ax25/bpqparms.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:03:30 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-06 12:48:19 +0200
commit6961bcb81300e6c922d49ae64f3da8cc04d69b13 (patch)
treeaeaeda8b266d877706d71f338c91734bd7b9dc29 /ax25/bpqparms.c
parentfb02eefc84bcd319b2ef09930cae04b82395fac6 (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 'ax25/bpqparms.c')
-rw-r--r--ax25/bpqparms.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ax25/bpqparms.c b/ax25/bpqparms.c
index 62eeab8..f8e9d66 100644
--- a/ax25/bpqparms.c
+++ b/ax25/bpqparms.c
@@ -37,8 +37,6 @@
#include <config.h>
-#define RCS_ID "$Id: bpqparms.c,v 1.3 2007/01/23 13:40:01 ralf Exp $"
-
void usage(void)
{
fprintf(stderr, "usage : bpqparms dev -d address [-a address]\n");
@@ -47,8 +45,6 @@ void usage(void)
exit(1);
}
-char *Version = "$Revision: 1.3 $";
-
int get_hwaddr(unsigned char *k, char *s)
{
unsigned char broadcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
@@ -100,7 +96,7 @@ int main(int argc, char **argv)
break;
case 'V':
- printf("bpqparms version %s\n", Version);
+ printf("bpqparms version " VERSION "\n");
printf("Copyright 1996, Jörg Reuter (jreuter@poboxes.com)\n");
printf("This program is free software; you can redistribute it and/or modify\n");
printf("it under the terms of the GNU General Public License as published by\n");