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. --- rsconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsconfig.c') diff --git a/rsconfig.c b/rsconfig.c index 7d343e2..f83e3a0 100644 --- a/rsconfig.c +++ b/rsconfig.c @@ -41,7 +41,7 @@ typedef struct _rsport static RS_Port *rs_ports = NULL; static RS_Port *rs_port_tail = NULL; -static int rose_hw_cmp(unsigned char *address, unsigned char *hw_addr) +static int rose_hw_cmp(char *address, char *hw_addr) { rose_address addr; -- cgit v1.2.3