From eb4e5ecc321cdb2bcfabf0f94c40bdb9690b48f4 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 22 Apr 2009 23:25:48 +0000 Subject: inetd: constify data --- networking/inetd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/inetd.c') 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 -- cgit v1.2.3