diff options
Diffstat (limited to 'lib/ib.c')
-rw-r--r-- | lib/ib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ extern struct hwtype ib_hwtype; /* Display an InfiniBand address in readable format. */ -static char *pr_ib(unsigned char *ptr) +static const char *pr_ib(const char *ptr) { static char buff[128]; char *pos; |