summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-11-05 22:20:18 +0000
committerart <art@openbsd.org>2001-11-05 22:20:18 +0000
commit038222b78657076d627dac8672c1b895a8fe9b7b (patch)
treec0a745126b53a62050ffa5f2802c86e74df55b02 /lib
parentRaise the shared memory size to 16MB from 4MB. 4MB is too small for current (diff)
downloadwireguard-openbsd-038222b78657076d627dac8672c1b895a8fe9b7b.tar.xz
wireguard-openbsd-038222b78657076d627dac8672c1b895a8fe9b7b.zip
No need to include vm/vm_param.h here, sys/sysctl.h does that for us.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getloadavg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/getloadavg.c b/lib/libc/gen/getloadavg.c
index 8db7458b35d..986cd5bdb36 100644
--- a/lib/libc/gen/getloadavg.c
+++ b/lib/libc/gen/getloadavg.c
@@ -32,14 +32,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: getloadavg.c,v 1.2 1996/08/19 08:23:39 tholo Exp $";
+static char rcsid[] = "$OpenBSD: getloadavg.c,v 1.3 2001/11/05 22:20:18 art Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/sysctl.h>
-#include <vm/vm_param.h>
#include <stdlib.h>