diff options
-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_ |