c12e61ab46
- douse with $OpenBSD$ - fix DESCR - regen PLIST
29 lines
592 B
Plaintext
29 lines
592 B
Plaintext
$OpenBSD: patch-includes_h,v 1.1 2002/03/24 08:36:33 jsyn Exp $
|
|
--- includes.h.orig Mon Apr 10 23:21:13 2000
|
|
+++ includes.h Wed May 17 14:13:46 2000
|
|
@@ -30,7 +30,7 @@
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
-
|
|
+#include <net/if.h>
|
|
#include <netinet/if_ether.h>
|
|
#ifdef _linux_
|
|
#include "linux_flood_net.h"
|
|
@@ -45,7 +45,6 @@
|
|
#include <sys/sockio.h>
|
|
#endif
|
|
#include <sys/ioctl.h>
|
|
-#include <net/if.h>
|
|
#ifdef SOLARIS
|
|
#include <net/if_arp.h>
|
|
#include <sys/stropts.h>
|
|
@@ -72,6 +71,7 @@
|
|
#endif
|
|
|
|
#include <arpa/nameser.h>
|
|
+#include <pcap.h>
|
|
|
|
#include "ip_icmp.h"
|
|
|