From 071b0719a092ea1af61a5c9f33007778b784cdc7 Mon Sep 17 00:00:00 2001 From: "Paul D. Smith" Date: Tue, 20 Jul 1999 22:34:43 +0000 Subject: [PATCH] * Fix memory leaks, fd leaks, and some long-standing bugs recognizing when targets need to have their modtimes rechecked (-n, etc.) --- src/getloadavg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getloadavg.c b/src/getloadavg.c index 36245efcf8b..79eedfc5b32 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -966,7 +966,7 @@ getloadavg (loadavg, nelem) { /* Set the channel to close on exec, so it does not litter any child's descriptor table. */ -# ifdef FD_SETFD +# ifdef F_SETFD # ifndef FD_CLOEXEC # define FD_CLOEXEC 1 # endif -- 2.39.5