FreeBSD Bugzilla – Attachment 170998 Details for
Bug 210014
net/minidlna: Fatal error (file descriptor XXXX too big for select)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for minidlna-1.1.5_1.1
extra-patch-kqueue.diff (text/plain), 761 bytes, created by
Masachika ISHIZUKA
on 2016-06-04 05:24:03 UTC
(
hide
)
Description:
patch for minidlna-1.1.5_1.1
Filename:
MIME Type:
Creator:
Masachika ISHIZUKA
Created:
2016-06-04 05:24:03 UTC
Size:
761 bytes
patch
obsolete
>--- net/minidlna/files/extra-patch-kqueue.org 2015-12-18 19:23:49.000000000 +0900 >+++ net/minidlna/files/extra-patch-kqueue 2016-06-04 14:06:46.465957000 +0900 >@@ -680,9 +680,17 @@ > #endif > smonitor = OpenAndConfMonitorSocket(); > >---- upnpevents.c.orig 2013-11-02 02:06:41.000000000 +0100 >-+++ upnpevents.c 2013-12-24 12:22:41.533935174 +0100 >-@@ -416,6 +416,10 @@ >+--- upnpevents.c.orig 2015-09-11 04:24:09.000000000 +0900 >++++ upnpevents.c 2016-06-04 13:55:24.588494000 +0900 >+@@ -47,6 +47,7 @@ >+ */ >+ #include "config.h" >+ >++#define FD_SETSIZE 8192 >+ #include <stdio.h> >+ #include <string.h> >+ #include <errno.h> >+@@ -417,6 +418,10 @@ > { > struct upnp_event_notify * obj; > for(obj = notifylist.lh_first; obj != NULL; obj = obj->entries.le_next) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210014
:
170998
|
190189