diff options
author | 2014-07-08 17:19:21 +0000 | |
---|---|---|
committer | 2014-07-08 17:19:21 +0000 | |
commit | e6c6495d62998a12dd778aed8d40dc250167a61c (patch) | |
tree | 2b50a8e57aace4e345507cb43ee6062af61f6a1f /lib/libc/gen/sysconf.c | |
parent | Cleanup of getopt argument: -p is not supported anymore. (diff) | |
download | wireguard-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.c | 4 |
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> |