diff options
author | 2013-03-28 03:37:10 +0000 | |
---|---|---|
committer | 2013-03-28 03:37:10 +0000 | |
commit | 5b1ad7cf76e5196a6fd993b8e74ffdda22beac3e (patch) | |
tree | 8c5de60b50885d44e08880fe0936f1c162738bbf | |
parent | you probably don't need to include vnode.h or reboot.h. you most definitely (diff) | |
download | wireguard-openbsd-5b1ad7cf76e5196a6fd993b8e74ffdda22beac3e.tar.xz wireguard-openbsd-5b1ad7cf76e5196a6fd993b8e74ffdda22beac3e.zip |
it is no longer interesting that struct swapent is not compatible with a
vm system that was replaced over 10 years ago.
-rw-r--r-- | sys/sys/swap.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/sys/swap.h b/sys/sys/swap.h index 08a90c7c1a8..80ba3d2a4d4 100644 --- a/sys/sys/swap.h +++ b/sys/sys/swap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: swap.h,v 1.5 2013/01/16 04:05:22 deraadt Exp $ */ +/* $OpenBSD: swap.h,v 1.6 2013/03/28 03:37:10 tedu Exp $ */ /* $NetBSD: swap.h,v 1.2 1998/09/13 14:46:24 christos Exp $ */ /* @@ -28,15 +28,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* NOTE: This is the current swap.h from NetBSD. Since we are "upgrading" - * to the new vm_swap code now, we will not keep compatibility with the - * old vm_swap code that was in NetBSD. This means that we do not have - * an oswapent structure, but instead use a "new" swapent structure, with - * no overlay. - * - * --Toby. - */ - #ifndef _SYS_SWAP_H_ #define _SYS_SWAP_H_ |