summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sysconf.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-08 17:19:21 +0000
committerderaadt <deraadt@openbsd.org>2014-07-08 17:19:21 +0000
commite6c6495d62998a12dd778aed8d40dc250167a61c (patch)
tree2b50a8e57aace4e345507cb43ee6062af61f6a1f /lib/libc/gen/sysconf.c
parentCleanup of getopt argument: -p is not supported anymore. (diff)
downloadwireguard-openbsd-e6c6495d62998a12dd778aed8d40dc250167a61c.tar.xz
wireguard-openbsd-e6c6495d62998a12dd778aed8d40dc250167a61c.zip
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
don't need to be married. ok guenther miod beck jsing kettenis
Diffstat (limited to 'lib/libc/gen/sysconf.c')
-rw-r--r--lib/libc/gen/sysconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/sysconf.c b/lib/libc/gen/sysconf.c
index 7e8d2ca6569..2c6e6a49bf1 100644
--- a/lib/libc/gen/sysconf.c
+++ b/lib/libc/gen/sysconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysconf.c,v 1.19 2014/04/08 14:04:11 mpi Exp $ */
+/* $OpenBSD: sysconf.c,v 1.20 2014/07/08 17:19:21 deraadt Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -38,8 +38,6 @@
#include <sys/resource.h>
#include <sys/socket.h>
-#include <uvm/uvm_extern.h>
-
#include <errno.h>
#include <grp.h>
#include <pthread.h>