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/pci/twe_pci.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/pci/twe_pci.c')
-rw-r--r-- | sys/dev/pci/twe_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/twe_pci.c b/sys/dev/pci/twe_pci.c index 306317d9d23..5357100f6f3 100644 --- a/sys/dev/pci/twe_pci.c +++ b/sys/dev/pci/twe_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: twe_pci.c,v 1.5 2001/08/25 10:13:30 art Exp $ */ +/* $OpenBSD: twe_pci.c,v 1.6 2002/03/14 01:27:00 millert Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -51,8 +51,8 @@ #define TWE_BAR 0x10 -int twe_pci_match __P((struct device *, void *, void *)); -void twe_pci_attach __P((struct device *, struct device *, void *)); +int twe_pci_match(struct device *, void *, void *); +void twe_pci_attach(struct device *, struct device *, void *); struct cfattach twe_pci_ca = { sizeof(struct twe_softc), twe_pci_match, twe_pci_attach |