diff options
Diffstat (limited to 'utils/mountd/svc_run.c')
-rw-r--r-- | utils/mountd/svc_run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mountd/svc_run.c b/utils/mountd/svc_run.c index 1938a67..a572441 100644 --- a/utils/mountd/svc_run.c +++ b/utils/mountd/svc_run.c @@ -60,7 +60,7 @@ void cache_set_fds(fd_set *fdset); int cache_process_req(fd_set *readfds); -#if LONG_MAX != INT_MAX +#if defined(__GLIBC__) && LONG_MAX != INT_MAX /* bug in glibc 2.3.6 and earlier, we need * our own svc_getreqset */ |