diff options
Diffstat (limited to 'net/mad_fcl/files/patch-sdplib_port__misc.c')
-rw-r--r-- | net/mad_fcl/files/patch-sdplib_port__misc.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/mad_fcl/files/patch-sdplib_port__misc.c b/net/mad_fcl/files/patch-sdplib_port__misc.c deleted file mode 100644 index c4e4f311d713..000000000000 --- a/net/mad_fcl/files/patch-sdplib_port__misc.c +++ /dev/null @@ -1,21 +0,0 @@ ---- sdplib/port_misc.c.orig -+++ sdplib/port_misc.c -@@ -47,6 +47,7 @@ - # include <sys/unistd.h> - #endif - -+#define HAVE_UNISTD_H - #if defined (HAVE_UNISTD_H) - # include <unistd.h> - #endif -@@ -54,6 +55,10 @@ - #if defined (HAVE_SYSLOG_H) - # include <syslog.h> - #endif -+ -+#include <sys/types.h> -+#include <sys/time.h> -+#define HAVE_SYS_SELECT_H - - #if defined (HAVE_SYS_SELECT_H) - # include <sys/select.h> |