From 5b75f81b6d3cbf17ebec35af5e5ecc1c8d25bc52 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 20 Jul 1999 22:34:41 +0000 Subject: * Fix memory leaks, fd leaks, and some long-standing bugs recognizing when targets need to have their modtimes rechecked (-n, etc.) --- getloadavg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getloadavg.c') diff --git a/getloadavg.c b/getloadavg.c index 36245efc..79eedfc5 100644 --- a/getloadavg.c +++ b/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 -- cgit v1.2.1