FreeBSD Bugzilla – Attachment 190189 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.2.1
extra-patch-kqueue.diff (text/plain), 933 bytes, created by
Masachika ISHIZUKA
on 2018-01-30 07:11:51 UTC
(
hide
)
Description:
patch for minidlna-1.2.1
Filename:
MIME Type:
Creator:
Masachika ISHIZUKA
Created:
2018-01-30 07:11:51 UTC
Size:
933 bytes
patch
obsolete
>--- extra-patch-kqueue.org 2017-12-14 18:31:09.000000000 +0900 >+++ extra-patch-kqueue 2018-01-29 13:42:16.638986000 +0900 >@@ -531,7 +531,7 @@ > index 92ae41a..d0dd7e4 100644 > --- monitor.h > +++ monitor.h >-@@ -13,4 +13,7 @@ monitor_remove_directory(int fd, const char * path); >+@@ -5,4 +5,7 @@ monitor_remove_directory(int fd, const char * path); > #ifdef HAVE_INOTIFY > void * > start_inotify(); >@@ -543,7 +543,15 @@ > index 06ec43a..9827e6e 100644 > --- upnpevents.c > +++ upnpevents.c >-@@ -417,6 +417,10 @@ void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd) >+@@ -47,6 +47,7 @@ >+ */ >+ #include "config.h" >+ >++#define FD_SETSIZE 8192 >+ #include <stdio.h> >+ #include <string.h> >+ #include <errno.h> >+@@ -424,6 +425,10 @@ void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd) > { > 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