OSDN Git Service

constify more data
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 1 Dec 2008 10:33:19 +0000 (10:33 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 1 Dec 2008 10:33:19 +0000 (10:33 -0000)
commit7a10a08ef4fc75591b21e881e2d3c65c621f63ab
treed435a8b3358e90c1fde6a14ba1a70d2b76e508d0
parentc09ca83b469460f0214b13a576bd112e823d4a08
constify more data

 text+data text+rodata    rwdata       bss filename
-     2534        2510        24         0 libc/inet/rpc/clnt_udp.o
+     2534        2534         0         0 libc/inet/rpc/clnt_udp.o
-     1904        1880        24         0 libc/inet/rpc/clnt_tcp.o
+     1904        1904         0         0 libc/inet/rpc/clnt_tcp.o
-      770         746        24         4 libc/inet/rpc/clnt_raw.o
+      770         770         0         4 libc/inet/rpc/clnt_raw.o
libc/inet/rpc/clnt_raw.c
libc/inet/rpc/clnt_tcp.c
libc/inet/rpc/clnt_udp.c