diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/isa/sbvar.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/isa/sbvar.h')
-rw-r--r-- | sys/dev/isa/sbvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 *); |