aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/inetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index 590bf23d2..751010bc8 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -658,7 +658,7 @@ static servtab_t *parse_one_line(void)
658 } 658 }
659 659
660 { 660 {
661 static int8_t SOCK_xxx[] ALIGN1 = { 661 static const int8_t SOCK_xxx[] ALIGN1 = {
662 -1, 662 -1,
663 SOCK_STREAM, SOCK_DGRAM, SOCK_RDM, 663 SOCK_STREAM, SOCK_DGRAM, SOCK_RDM,
664 SOCK_SEQPACKET, SOCK_RAW 664 SOCK_SEQPACKET, SOCK_RAW