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:
parent
c236d64745
commit
905dd80f80
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269695
@ -118,7 +118,7 @@ link_addr(addr, sdl)
|
||||
return;
|
||||
}
|
||||
|
||||
static char hexlist[] = "0123456789abcdef";
|
||||
static const char hexlist[] = "0123456789abcdef";
|
||||
|
||||
char *
|
||||
link_ntoa(sdl)
|
||||
|
Loading…
Reference in New Issue
Block a user