diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-10 19:29:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-10 19:29:47 +0000 |
commit | fd9b257869c61f684f6e2a73c74206458509ab93 (patch) | |
tree | 27fc54874f0441e6a371dd4e3ef23fddd4dcc40c /pfinet | |
parent | 51356ae60712ee2891eaf64dc3855ca318cc1876 (diff) |
.
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index c5436c41..37f377c1 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,12 @@ +2004-09-03 Alfred M. Szmidt <ams@kemisten.nu> + + * linux-src/net/ipv4/udp.c (udp_v4_get_port): Put empty statement + after label to silence compiler warning. + * linux-src/net/ipv4/tcp_ipv4.c + (tcp_v4_get_port, tcp_v4_connect, tcp_v4_rcv): Likewise. + * linux-src/net/ipv4/route.c (ip_rt_redirect): Likewise. + * linux-src/net/ipv4/arp.c (arp_constructor): Likewise. + 2004-02-10 Roland McGrath <roland@frob.com> * linux-src/arch/i386/lib/checksum.S: Fix comment syntax. |