From 4e1e7d6674fda17ddd75720fa25a4773fe07f7df Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 21 Apr 2018 20:31:41 +0200 Subject: [PATCH] Fix windows compile problem due to previous changes. --- src/s_bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_bsd.c b/src/s_bsd.c index 58d321cd3..100c1df47 100644 --- a/src/s_bsd.c +++ b/src/s_bsd.c @@ -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