From: Paul D. Smith Date: Tue, 20 Jul 1999 22:34:43 +0000 (+0000) Subject: * Fix memory leaks, fd leaks, and some long-standing bugs recognizing when X-Git-Tag: emacs-pretest-21.0.90~7464 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=071b0719a092ea1af61a5c9f33007778b784cdc7;p=emacs.git * Fix memory leaks, fd leaks, and some long-standing bugs recognizing when targets need to have their modtimes rechecked (-n, etc.) --- 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