diff options
Diffstat (limited to 'net-analyzer/angst/files/0.4b-sysctl.h.patch')
-rw-r--r-- | net-analyzer/angst/files/0.4b-sysctl.h.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/angst/files/0.4b-sysctl.h.patch b/net-analyzer/angst/files/0.4b-sysctl.h.patch new file mode 100644 index 000000000000..16d8b53b6a3f --- /dev/null +++ b/net-analyzer/angst/files/0.4b-sysctl.h.patch @@ -0,0 +1,12 @@ +--- angst.h ++++ b/angst.h +@@ -8,7 +8,9 @@ + + #include <stdarg.h> + #include <sys/param.h> ++#ifndef LINUX + #include <sys/sysctl.h> ++#endif + #include <libnet-1.0.h> + #include <pcap.h> + |