projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2931aa
)
inetd: constify data
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 22 Apr 2009 23:25:48 +0000
(23:25 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 22 Apr 2009 23:25:48 +0000
(23:25 -0000)
networking/inetd.c
patch
|
blob
|
history
diff --git
a/networking/inetd.c
b/networking/inetd.c
index 590bf23d2fcc7088b043eea987db99c7fb3dc38c..751010bc8effd5bce41baebe7cdc6fc452d1f33b 100644
(file)
--- 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