You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/angst/files/0.4b-sysctl.h.patch

13 lines
183 B

--- 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>