diff options
-rw-r--r-- | networking/inetd.c | 2 |
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) } { - static int8_t SOCK_xxx[] ALIGN1 = { + static const int8_t SOCK_xxx[] ALIGN1 = { -1, SOCK_STREAM, SOCK_DGRAM, SOCK_RDM, SOCK_SEQPACKET, SOCK_RAW |