From 53d4d67c987887690388aedfc3e1a3d8436fa215 Mon Sep 17 00:00:00 2001 From: David Malone Date: Sat, 27 Jul 2002 23:15:08 +0000 Subject: [PATCH] Make spxnames a const char * to quieten some warnings in netstat. --- sys/netipx/spx_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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