diff options
Diffstat (limited to 'irc/minbif/files/patch-src-sockwrap-sockwrap.h')
-rw-r--r-- | irc/minbif/files/patch-src-sockwrap-sockwrap.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/irc/minbif/files/patch-src-sockwrap-sockwrap.h b/irc/minbif/files/patch-src-sockwrap-sockwrap.h deleted file mode 100644 index 025468f14c3f..000000000000 --- a/irc/minbif/files/patch-src-sockwrap-sockwrap.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/sockwrap/sockwrap.h.orig 2010-04-21 19:04:39.000000000 +0200 -+++ src/sockwrap/sockwrap.h 2010-04-21 19:05:00.000000000 +0200 -@@ -24,6 +24,11 @@ - #include "core/config.h" - #include "core/callback.h" - -+#if defined(__FreeBSD__) || defined(__FreeBSD) -+#include <sys/types.h> -+#include <sys/socket.h> -+#endif -+ - #ifndef PF_SOCKWRAP_H - #define PF_SOCKWRAP_H - |