summaryrefslogtreecommitdiffstats
path: root/nrconfig.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-23 12:17:04 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-23 12:17:04 +0000
commitb5682742ef212b62c9494a2d462654a7d0301266 (patch)
treeb984478563194b90d6b8795f77e3223c6b8db9eb /nrconfig.c
parent93fd2c0b9476ed275d6f9597097cf266a315f84c (diff)
Fix pile of warnings about differing signedness. One of them looks
like a real buglet for some architectures.
Diffstat (limited to 'nrconfig.c')
-rw-r--r--nrconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrconfig.c b/nrconfig.c
index 5c86a9f..fa64c26 100644
--- a/nrconfig.c
+++ b/nrconfig.c
@@ -42,7 +42,7 @@ typedef struct _nrport
static NR_Port *nr_ports = NULL;
static NR_Port *nr_port_tail = NULL;
-static int ax25_hw_cmp(unsigned char *callsign, unsigned char *hw_addr)
+static int ax25_hw_cmp(char *callsign, char *hw_addr)
{
ax25_address call;