From 3264aec746947db8598130cb0ac382cf0b2a10cf Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 20 Mar 2002 02:08:01 +0000 Subject: Remove __P. --- sys/dev/an/if_an_pci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/an/if_an_pci.c') diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index 3d0223d..f1e320a 100644 --- a/sys/dev/an/if_an_pci.c +++ b/sys/dev/an/if_an_pci.c @@ -112,9 +112,9 @@ static struct an_type an_devs[] = { { 0, 0, NULL } }; -static int an_probe_pci __P((device_t)); -static int an_attach_pci __P((device_t)); -static int an_detach_pci __P((device_t)); +static int an_probe_pci (device_t); +static int an_attach_pci (device_t); +static int an_detach_pci (device_t); static int an_probe_pci(device_t dev) -- cgit v1.1