]> git.eshelyaron.com Git - emacs.git/commitdiff
* Fix memory leaks, fd leaks, and some long-standing bugs recognizing when
authorPaul D. Smith <psmith@BayNetworks.com>
Tue, 20 Jul 1999 22:34:43 +0000 (22:34 +0000)
committerPaul D. Smith <psmith@BayNetworks.com>
Tue, 20 Jul 1999 22:34:43 +0000 (22:34 +0000)
  targets need to have their modtimes rechecked (-n, etc.)

src/getloadavg.c

index 36245efcf8bd9e14bebca0db5cac10873b3b8949..79eedfc5b32385188e070e31cde9f499b59972e8 100644 (file)
@@ -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