summaryrefslogtreecommitdiffstats
path: root/ax25/bpqparms.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:01 +0000
commit528c8b904a1da81934ac8d8d7dcbf97f220a7228 (patch)
tree468f888febe181f3f8dc28ecbd29495595994ed4 /ax25/bpqparms.c
parent5b1b6bc87963c9f361dbfcde7a8323e5a417053b (diff)
Fix warnings about // style comment. And remove some of the most
pointless comments.
Diffstat (limited to 'ax25/bpqparms.c')
-rw-r--r--ax25/bpqparms.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ax25/bpqparms.c b/ax25/bpqparms.c
index eb4137e..62eeab8 100644
--- a/ax25/bpqparms.c
+++ b/ax25/bpqparms.c
@@ -30,14 +30,14 @@
#include <net/if.h>
#ifdef __GLIBC__
-#include <net/ethernet.h> // is this really needed ??
+#include <net/ethernet.h> /* is this really needed ?? */
#endif
#include <linux/bpqether.h> /* xlz - dammit, we need this again */
#include <config.h>
-#define RCS_ID "$Id: bpqparms.c,v 1.2 2005/11/28 19:29:16 dl9sau Exp $"
+#define RCS_ID "$Id: bpqparms.c,v 1.3 2007/01/23 13:40:01 ralf Exp $"
void usage(void)
{
@@ -47,7 +47,7 @@ void usage(void)
exit(1);
}
-char *Version = "$Revision: 1.2 $";
+char *Version = "$Revision: 1.3 $";
int get_hwaddr(unsigned char *k, char *s)
{