]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Changed initialization: many init functions are not needed any more since we now...
authorgoldsimon <goldsimon>
Tue, 9 Oct 2007 19:59:56 +0000 (19:59 +0000)
committergoldsimon <goldsimon>
Tue, 9 Oct 2007 19:59:56 +0000 (19:59 +0000)
commit199648ff3729b733fe35fc510bc1e6334206fb30
treecc68507a44ab496264dffee8a7f0e4977d10c881
parent536f2e42d2e142ef50a7087381c45388bb0b308b
Changed initialization: many init functions are not needed any more since we now rely on the compiler initializing global and static variables to zero!
23 files changed:
CHANGELOG
doc/contrib.txt
src/api/sockets.c
src/api/tcpip.c
src/core/ipv4/igmp.c
src/core/ipv4/ip.c
src/core/ipv4/ip_frag.c
src/core/mem.c
src/core/netif.c
src/core/raw.c
src/core/snmp/mib_structs.c
src/core/snmp/msg_in.c
src/core/stats.c
src/core/tcp.c
src/core/udp.c
src/include/ipv4/lwip/ip.h
src/include/lwip/netif.h
src/include/lwip/raw.h
src/include/lwip/stats.h
src/include/lwip/tcp.h
src/include/lwip/udp.h
src/include/netif/etharp.h
src/netif/etharp.c