aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-07-27 23:15:08 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-07-27 23:15:08 +0000
commit53d4d67c987887690388aedfc3e1a3d8436fa215 (patch)
treeab13910f81bd23e0041d46fc922d036ed7f5b19f /sys/netipx
parent25dec7474c149986f86783f62df468aacfc3fd91 (diff)
Make spxnames a const char * to quieten some warnings in netstat.
Notes
svn path=/head/; revision=100776
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/spx_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/spx_debug.h b/sys/netipx/spx_debug.h
index b60618c9fcb9..31744eda80e1 100644
--- a/sys/netipx/spx_debug.h
+++ b/sys/netipx/spx_debug.h
@@ -56,7 +56,7 @@ struct spx_debug {
#define SA_DROP 4
#ifdef SANAMES
-char *spxnames[] =
+const char *spxnames[] =
{ "input", "output", "user", "respond", "drop" };
#endif