View | Details | Raw Unified | Return to bug 210014 | Differences between
and this patch

Collapse All | Expand All

(-)net/minidlna/files/extra-patch-kqueue (-3 / +11 lines)
Lines 680-688 Link Here
680
 #endif
680
 #endif
681
 	smonitor = OpenAndConfMonitorSocket();
681
 	smonitor = OpenAndConfMonitorSocket();
682
 
682
 
683
--- upnpevents.c.orig	2013-11-02 02:06:41.000000000 +0100
683
--- upnpevents.c.orig	2015-09-11 04:24:09.000000000 +0900
684
+++ upnpevents.c	2013-12-24 12:22:41.533935174 +0100
684
+++ upnpevents.c	2016-06-04 13:55:24.588494000 +0900
685
@@ -416,6 +416,10 @@
685
@@ -47,6 +47,7 @@
686
  */
687
 #include "config.h"
688
 
689
+#define FD_SETSIZE 8192
690
 #include <stdio.h>
691
 #include <string.h>
692
 #include <errno.h>
693
@@ -417,6 +418,10 @@
686
 {
694
 {
687
 	struct upnp_event_notify * obj;
695
 	struct upnp_event_notify * obj;
688
 	for(obj = notifylist.lh_first; obj != NULL; obj = obj->entries.le_next) {
696
 	for(obj = notifylist.lh_first; obj != NULL; obj = obj->entries.le_next) {

Return to bug 210014