Increase FD_SETSIZE to 8192
- Bump PORTREVISION for package change PR: 210014 Obtained from: Bob Willcox <bob@immure.com> Submitted by: Masachika ISHIZUKA <ish@amail.plala.or.jp> Notified by: riggs
This commit is contained in:
parent
8d14697457
commit
bc685f32c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471798
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= minidlna
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net multimedia www
|
||||
MASTER_SITES= SF
|
||||
|
@ -543,6 +543,14 @@ diff --git upnpevents.c upnpevents.c
|
||||
index 06ec43a..9827e6e 100644
|
||||
--- upnpevents.c
|
||||
+++ upnpevents.c
|
||||
@@ -47,6 +47,7 @@
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
+#define FD_SETSIZE 8192
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
@@ -417,6 +417,10 @@ void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd)
|
||||
{
|
||||
struct upnp_event_notify * obj;
|
||||
|
Loading…
Reference in New Issue
Block a user