summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/ip_icmp.c
diff options
context:
space:
mode:
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;