From 491f63a5b35e8df0d3062f69d4a0d89aada6f03b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Mar 2007 14:31:08 +0000 Subject: Further _IP_VHL removal preps. --- cpukit/libnetworking/netinet/ip_icmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libnetworking/netinet/ip_icmp.c') 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; -- cgit v1.2.3