summaryrefslogtreecommitdiff
path: root/pfinet/linux-src/net/ipv4/route.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-10 19:29:20 +0000
committerRoland McGrath <roland@gnu.org>2004-09-10 19:29:20 +0000
commit51356ae60712ee2891eaf64dc3855ca318cc1876 (patch)
tree91e42cab7425a9c4b20e6c7e3f7d0e06fcd25e29 /pfinet/linux-src/net/ipv4/route.c
parentdfa8d5439eb25c3f4d2bec3697d04f685adc773d (diff)
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.
Diffstat (limited to 'pfinet/linux-src/net/ipv4/route.c')
-rw-r--r--pfinet/linux-src/net/ipv4/route.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/linux-src/net/ipv4/route.c b/pfinet/linux-src/net/ipv4/route.c
index 2b114b3e..f4e61b95 100644
--- a/pfinet/linux-src/net/ipv4/route.c
+++ b/pfinet/linux-src/net/ipv4/route.c
@@ -721,6 +721,8 @@ reject_redirect:
"Path = %X -> %X, tos %02x\n",
ntohl(old_gw), dev->name, ntohl(new_gw),
ntohl(saddr), ntohl(daddr), tos);
+#else
+ ; /* Do nothing. */
#endif
}