From b5682742ef212b62c9494a2d462654a7d0301266 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 23 Jan 2007 12:17:04 +0000 Subject: Fix pile of warnings about differing signedness. One of them looks like a real buglet for some architectures. --- nrconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nrconfig.c') 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; -- cgit v1.2.3