commit | eb4e5ecc321cdb2bcfabf0f94c40bdb9690b48f4 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Apr 22 23:25:48 2009 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Apr 22 23:25:48 2009 +0000 |
tree | 6635fed93246a33d4aae134df9408caaed72a3b0 | |
parent | c2931aa2df2ddc6a627f3c40eb1cf5c221067092 [diff] [blame] |
inetd: constify data
diff --git a/networking/inetd.c b/networking/inetd.c index 590bf23..751010b 100644 --- a/networking/inetd.c +++ b/networking/inetd.c
@@ -658,7 +658,7 @@ } { - static int8_t SOCK_xxx[] ALIGN1 = { + static const int8_t SOCK_xxx[] ALIGN1 = { -1, SOCK_STREAM, SOCK_DGRAM, SOCK_RDM, SOCK_SEQPACKET, SOCK_RAW