1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269695

View File

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