summaryrefslogtreecommitdiffstats
path: root/rsconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsconfig.c')
-rw-r--r--rsconfig.c2
1 files changed, 1 insertions, 1 deletions
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;