diff options
author | 2001-11-05 23:04:35 +0000 | |
---|---|---|
committer | 2001-11-05 23:04:35 +0000 | |
commit | d05100b3e7907f25f86e7f2110b332dd5886deaa (patch) | |
tree | 59fe15039d5bafbbc94193e76d396984a78e44a8 /lib/libkvm/kvm_alpha.c | |
parent | Don't change the state of a thread as a result of a signal that is (diff) | |
download | wireguard-openbsd-d05100b3e7907f25f86e7f2110b332dd5886deaa.tar.xz wireguard-openbsd-d05100b3e7907f25f86e7f2110b332dd5886deaa.zip |
No need to pull in vm/vm_param.h in any of these files.
Diffstat (limited to 'lib/libkvm/kvm_alpha.c')
-rw-r--r-- | lib/libkvm/kvm_alpha.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_alpha.c b/lib/libkvm/kvm_alpha.c index 40fc3304826..94fee8db0df 100644 --- a/lib/libkvm/kvm_alpha.c +++ b/lib/libkvm/kvm_alpha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_alpha.c,v 1.7 2001/05/18 09:08:37 art Exp $ */ +/* $OpenBSD: kvm_alpha.c,v 1.8 2001/11/05 23:04:35 art Exp $ */ /* $NetBSD: kvm_alpha.c,v 1.5 1996/10/01 21:12:05 cgd Exp $ */ /* @@ -41,7 +41,6 @@ #include <kvm.h> #include <vm/vm.h> -#include <vm/vm_param.h> #include <limits.h> #include <db.h> |