mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 14:26:37 +02:00
sys/resource.h must be included earlier, otherwise ulimit (the fd limit)
is left unchanged at 1024.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#include <strings.h>
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
/* get intptr_t if the system provides it -- otherwise, ./configure will define it for us */
|
||||
|
||||
Reference in New Issue
Block a user