summaryrefslogtreecommitdiff
path: root/sys/dev/pci/aac_pci.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/pci/aac_pci.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/pci/aac_pci.c')
-rw-r--r--sys/dev/pci/aac_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/aac_pci.c b/sys/dev/pci/aac_pci.c
index 5a89c99d171..ebcd16af979 100644
--- a/sys/dev/pci/aac_pci.c
+++ b/sys/dev/pci/aac_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aac_pci.c,v 1.6 2001/09/16 18:31:22 art Exp $ */
+/* $OpenBSD: aac_pci.c,v 1.7 2002/03/14 01:26:58 millert Exp $ */
/*-
* Copyright (c) 2000 Michael Smith
@@ -59,8 +59,8 @@
#include <dev/ic/aacreg.h>
#include <dev/ic/aacvar.h>
-int aac_pci_probe __P((struct device *, void *, void *));
-void aac_pci_attach __P((struct device *, struct device *, void *));
+int aac_pci_probe(struct device *, void *, void *);
+void aac_pci_attach(struct device *, struct device *, void *);
struct aac_ident {
u_int16_t vendor;