summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 08:00:54 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 08:00:54 +0000
commitc61e01af359e8d97fd53e0494a2168613d9e1da2 (patch)
tree2a7f34126a185f91f1613cd64a3874d01b325fe5 /sys/boot
parent728484a7457c5aef1f6a3d30a7bf3f6e215bf900 (diff)
downloadFreeBSD-src-c61e01af359e8d97fd53e0494a2168613d9e1da2.zip
FreeBSD-src-c61e01af359e8d97fd53e0494a2168613d9e1da2.tar.gz
Remove __P.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/isapnp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/isapnp.h b/sys/boot/common/isapnp.h
index 60363ad..0f9956c 100644
--- a/sys/boot/common/isapnp.h
+++ b/sys/boot/common/isapnp.h
@@ -306,7 +306,7 @@ int enable_pnp_card(void);
/*
* used by autoconfigure to actually probe and attach drivers
*/
-void pnp_configure __P((void));
+void pnp_configure(void);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud