From e0de522f9f7fea20eb71e8cbce70f698aac97fa3 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 3 Apr 2001 01:32:25 +0000 Subject: If you cannot test your work, please do not do commits and then break userland --- sys/arch/i386/include/param.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/arch/i386/include') diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h index 0b49043cd14..95c4224f939 100644 --- a/sys/arch/i386/include/param.h +++ b/sys/arch/i386/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.12 2001/04/02 23:24:12 niklas Exp $ */ +/* $OpenBSD: param.h,v 1.13 2001/04/03 01:32:24 deraadt Exp $ */ /* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */ /*- @@ -99,12 +99,6 @@ #define MSGBUFSIZE 2*NBPG /* default message buffer size */ #endif -#if !defined(PMAP_NEW) && !defined(PMAP_OLD) -#define PMAP_NEW -#elif defined(PMAP_NEW) && defined(PMAP_OLD) -#error Both PMAP_NEW and PMAP_OLD cannot be defined concurrently -#endif - /* * Constants related to network buffer management. * MCLBYTES must be no larger than CLBYTES (the software page size), and, -- cgit v1.2.3