patch-2.4.4 linux/include/linux/icmp.h

Next file: linux/include/linux/icmpv6.h
Previous file: linux/include/linux/fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/include/linux/icmp.h linux/include/linux/icmp.h
@@ -80,30 +80,6 @@
   } un;
 };
 
-#ifdef __KERNEL__
-
-#include <linux/ip.h>
-
-/*
- *	Build xmit assembly blocks
- */
-
-struct icmp_bxm
-{
-	void *data_ptr;
-	int data_len;
-	struct icmphdr icmph;
-	unsigned long csum;
-	struct ip_options replyopts;
-	unsigned char  optbuf[40];
-};
-
-struct sk_buff;
-
-extern void icmp_reply(struct icmp_bxm *, struct sk_buff *);
-
-#endif
-
 /*
  *	constants for (set|get)sockopt
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)