Make spxnames a const char * to quieten some warnings in netstat.

This commit is contained in:
David Malone 2002-07-27 23:15:08 +00:00
parent 25dec7474c
commit 53d4d67c98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100776

View File

@ -56,7 +56,7 @@ struct spx_debug {
#define SA_DROP 4
#ifdef SANAMES
char *spxnames[] =
const char *spxnames[] =
{ "input", "output", "user", "respond", "drop" };
#endif