Const-ify character string

Obtained from:  Apple Inc. (Libc 997.90.3)
MFC after:	3 days
This commit is contained in:
Pedro F. Giffuni 2014-08-07 22:14:37 +00:00
parent c236d64745
commit 905dd80f80

View File

@ -118,7 +118,7 @@ link_addr(addr, sdl)
return; return;
} }
static char hexlist[] = "0123456789abcdef"; static const char hexlist[] = "0123456789abcdef";
char * char *
link_ntoa(sdl) link_ntoa(sdl)