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/dev/isa/pcppivar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa/pcppivar.h') diff --git a/sys/dev/isa/pcppivar.h b/sys/dev/isa/pcppivar.h index 9d705616070..3ddf41955e4 100644 --- a/sys/dev/isa/pcppivar.h +++ b/sys/dev/isa/pcppivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcppivar.h,v 1.2 2001/04/17 04:30:50 aaron Exp $ */ +/* $OpenBSD: pcppivar.h,v 1.3 2002/03/14 01:26:56 millert Exp $ */ /* $NetBSD: pcppivar.h,v 1.1 1998/04/15 20:26:18 drochner Exp $ */ /* @@ -37,4 +37,4 @@ struct pcppi_attach_args { #define PCPPI_BELL_SLEEP 0x01 /* synchronous; sleep for complete */ #define PCPPI_BELL_POLL 0x02 /* synchronous; poll for complete */ -void pcppi_bell __P((pcppi_tag_t, int, int, int)); +void pcppi_bell(pcppi_tag_t, int, int, int); -- cgit v1.2.3