From 8327d0774703553db5e1a41a04bfdf4b1797c2ce Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Mar 2002 01:27:20 +0000 Subject: First round of __P removal in sys --- sys/arch/hp300/include/pmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hp300/include/pmap.h') diff --git a/sys/arch/hp300/include/pmap.h b/sys/arch/hp300/include/pmap.h index ead061df1cf..1c134b9078f 100644 --- a/sys/arch/hp300/include/pmap.h +++ b/sys/arch/hp300/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.13 2002/01/10 21:10:47 miod Exp $ */ +/* $OpenBSD: pmap.h,v 1.14 2002/03/14 01:26:31 millert Exp $ */ #ifndef _MACHINE_PMAP_H_ #define _MACHINE_PMAP_H_ @@ -6,7 +6,7 @@ #include #ifdef _KERNEL -void pmap_init_md __P((void)); +void pmap_init_md(void); #define PMAP_INIT_MD() pmap_init_md() #endif -- cgit v1.2.3