Signed-off-by: Natanael Copa <ncopa@xxxxxxxxxxxxxxx> --- utils/mountd/svc_run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html