aboutsummaryrefslogtreecommitdiff
path: root/net/rinetd/files/patch-select2poll
diff options
context:
space:
mode:
Diffstat (limited to 'net/rinetd/files/patch-select2poll')
-rw-r--r--net/rinetd/files/patch-select2poll16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/rinetd/files/patch-select2poll b/net/rinetd/files/patch-select2poll
index 5fa3f1411d27..cbcb3d749b48 100644
--- a/net/rinetd/files/patch-select2poll
+++ b/net/rinetd/files/patch-select2poll
@@ -1,15 +1,15 @@
--- rinetd.c.orig Mon Apr 14 22:19:23 2003
+++ rinetd.c Tue Oct 4 07:25:42 2005
@@ -12,6 +12,7 @@
- #include <netinet/in.h>
- #include <getopt.h>
- #include <errno.h>
-+#include <poll.h>
- #define INVALID_SOCKET (-1)
- #include <sys/time.h>
- #endif /* WIN32 */
+ #include <netinet/in.h>
+ #include <getopt.h>
+ #include <errno.h>
++#include <poll.h>
+ #define INVALID_SOCKET (-1)
+ #include <sys/time.h>
+ #endif /* WIN32 */
@@ -94,6 +95,7 @@
- #include "match.h"
+ #include "match.h"
SOCKET *seFds = 0;
+static int first_set = 0;