Mercurial > flash_v2
diff packages/net/common/current/ChangeLog @ 935:aa074daf1f12
* tests/nc_test_framework.h: deleted '#include <net/route.h>'.
* tests/linux_echo.c: added '#include <netinet/in_systm.h>',
deleted '#include <net/route.h>'.
* tests/tcp_sink.c: ditto.
* tests/tcp_souce.c: ditto.
* tests/nc_test_slave.c: changed 'bool' to 'int' because the compiler
didn't like 'bool'.
| author | jlarmour |
|---|---|
| date | Fri, 11 Apr 2003 20:47:19 +0000 |
| parents | 07ad44cfd9a4 |
| children | c77314a3f0fd |
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog +++ b/packages/net/common/current/ChangeLog @@ -1,3 +1,13 @@ +2003-04-11 Michael Checky <Michael_Checky@Thermoking.com> + + * tests/nc_test_framework.h: deleted '#include <net/route.h>'. + * tests/linux_echo.c: added '#include <netinet/in_systm.h>', + deleted '#include <net/route.h>'. + * tests/tcp_sink.c: ditto. + * tests/tcp_souce.c: ditto. + * tests/nc_test_slave.c: changed 'bool' to 'int' because the compiler + didn't like 'bool'. + 2003-04-02 Andrew Lunn <andrew.lunn@ascom.ch> * src/dhcp_prot.c (do_dhcp_down_net): SIOCGLIFADDR and SIOCDLIFADDR
