diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-11 07:38:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-11 07:38:06 +0000 |
commit | 9b2fb95c9eec1b9f85ed13cda68e58b6cc976e72 (patch) | |
tree | 2a91d00ae07195db8f6ecaa90d148c001ae1ff0e /lib/libkvm | |
parent | 1333c5008982028ba9401973872883f35de47605 (diff) |
the one userland file which wants uvmexp snooped via kmem, gets to use the
special rule that sys/sysctl.h gets it. mips64 always wanted special
treatment.
found by todd
Diffstat (limited to 'lib/libkvm')
-rw-r--r-- | lib/libkvm/kvm_mips64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkvm/kvm_mips64.c b/lib/libkvm/kvm_mips64.c index 6d43353bf2e..80a233427e3 100644 --- a/lib/libkvm/kvm_mips64.c +++ b/lib/libkvm/kvm_mips64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_mips64.c,v 1.13 2013/11/01 15:57:56 deraadt Exp $ */ +/* $OpenBSD: kvm_mips64.c,v 1.14 2014/07/11 07:38:05 deraadt Exp $ */ /* $NetBSD: kvm_mips.c,v 1.3 1996/03/18 22:33:44 thorpej Exp $ */ /*- @@ -42,6 +42,7 @@ #include <sys/param.h> #include <sys/proc.h> #include <sys/stat.h> +#include <sys/sysctl.h> #include <unistd.h> #include <stdlib.h> #include <nlist.h> |