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/sbvar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/isa/sbvar.h') diff --git a/sys/dev/isa/sbvar.h b/sys/dev/isa/sbvar.h index 82f600f29c4..728ca965630 100644 --- a/sys/dev/isa/sbvar.h +++ b/sys/dev/isa/sbvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbvar.h,v 1.1 1997/07/10 23:06:39 provos Exp $ */ +/* $OpenBSD: sbvar.h,v 1.2 2002/03/14 01:26:56 millert Exp $ */ /* $NetBSD: sbvar.h,v 1.1 1997/01/16 21:03:38 christos Exp $ */ /* @@ -32,5 +32,5 @@ struct sbdsp_softc; -int sbmatch __P((struct sbdsp_softc *)); -void sbattach __P((struct sbdsp_softc *)); +int sbmatch(struct sbdsp_softc *); +void sbattach(struct sbdsp_softc *); -- cgit v1.2.3