summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/ip_icmp.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-29 14:31:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-29 14:31:08 +0000
commit491f63a5b35e8df0d3062f69d4a0d89aada6f03b (patch)
treec85ddd5f49e9959a5e0c50c20ab0dd98b115d200 /cpukit/libnetworking/netinet/ip_icmp.c
parent2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-491f63a5b35e8df0d3062f69d4a0d89aada6f03b.tar.bz2
Further _IP_VHL removal preps.
Diffstat (limited to 'cpukit/libnetworking/netinet/ip_icmp.c')
-rw-r--r--cpukit/libnetworking/netinet/ip_icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/netinet/ip_icmp.c b/cpukit/libnetworking/netinet/ip_icmp.c
index 2a4ce8014c..bf50ba0faa 100644
--- a/cpukit/libnetworking/netinet/ip_icmp.c
+++ b/cpukit/libnetworking/netinet/ip_icmp.c
@@ -118,7 +118,7 @@ icmp_error(n, type, code, dest, destifp)
#ifdef _IP_VHL
register unsigned oiplen = IP_VHL_HL(oip->ip_vhl) << 2;
#else
- register unsigned oiphlen = oip->ip_hl << 2;
+ register unsigned oiplen = oip->ip_hl << 2;
#endif
register struct icmp *icp;
register struct mbuf *m;