mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make spxnames a const char * to quieten some warnings in netstat.
This commit is contained in:
parent
25dec7474c
commit
53d4d67c98
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue