diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-07-27 23:15:08 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-07-27 23:15:08 +0000 |
| commit | 53d4d67c987887690388aedfc3e1a3d8436fa215 (patch) | |
| tree | ab13910f81bd23e0041d46fc922d036ed7f5b19f /sys/netipx | |
| parent | 25dec7474c149986f86783f62df468aacfc3fd91 (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.h | 2 |
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 |
