diff options
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r-- | sys/arch/hp300/include/param.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/include/param.h b/sys/arch/hp300/include/param.h index 1a5e31b2a06..e2a2fb05e49 100644 --- a/sys/arch/hp300/include/param.h +++ b/sys/arch/hp300/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.15 2001/06/27 04:05:45 art Exp $ */ +/* $OpenBSD: param.h,v 1.16 2001/07/18 10:47:04 art Exp $ */ /* $NetBSD: param.h,v 1.35 1997/07/10 08:22:38 veego Exp $ */ /* @@ -105,6 +105,4 @@ void _delay __P((u_int)); ((unsigned)(v) & ~HPMMMASK) #endif -#define PMAP_NEW - #endif /* !_MACHINE_PARAM_H_ */ |