diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 08:00:54 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 08:00:54 +0000 |
| commit | 03d1b8bc94b068f7f633f26e912e9fbbe3f31687 (patch) | |
| tree | 2a7f34126a185f91f1613cd64a3874d01b325fe5 /sys/boot/common | |
| parent | 89c9a483526f9340e86daccfb8a575cf2d153821 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/isapnp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/isapnp.h b/sys/boot/common/isapnp.h index 60363ad445489..0f9956c4f183c 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 */ |
