mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 17:43:28 +00:00
Make spxnames a const char * to quieten some warnings in netstat.
This commit is contained in:
parent
25dec7474c
commit
53d4d67c98
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100776
@ -56,7 +56,7 @@ struct spx_debug {
|
||||
#define SA_DROP 4
|
||||
|
||||
#ifdef SANAMES
|
||||
char *spxnames[] =
|
||||
const char *spxnames[] =
|
||||
{ "input", "output", "user", "respond", "drop" };
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user