From d96afe5827af9d7ac61ae29203b87bdeef753a15 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 25 Sep 1999 06:35:49 +0000 Subject: line not needed --- sys/netinet/ip_input.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netinet/ip_input.c') diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 27d271e8507..89f6792118b 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_input.c,v 1.41 1999/09/23 07:20:35 deraadt Exp $ */ +/* $OpenBSD: ip_input.c,v 1.42 1999/09/25 06:35:48 deraadt Exp $ */ /* $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $ */ /* @@ -1375,7 +1375,6 @@ ip_forward(m, srcrt) break; } - ip = mtod(mcopy, struct ip *); icmp_error(mcopy, type, code, dest, destifp); } -- cgit v1.2.3