1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 17:26:38 +02:00

Fix windows compile problem due to previous changes.

This commit is contained in:
Bram Matthys
2018-04-21 20:31:41 +02:00
parent f0092fef4e
commit 4e1e7d6674
+1 -1
View File
@@ -498,9 +498,9 @@ void init_sys(void)
limit.rlim_cur);
exit(-1);
#endif // OSXTIGER
#endif // RLIMIT_FD_MAX
}
}
#endif // RLIMIT_FD_MAX
#ifndef _WIN32
#ifdef BACKEND_SELECT