diff options
Diffstat (limited to 'sys/arch/sgi/pci/pciide_machdep.c')
-rw-r--r-- | sys/arch/sgi/pci/pciide_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/pci/pciide_machdep.c b/sys/arch/sgi/pci/pciide_machdep.c index fb4e90a8b21..5e828bb1979 100644 --- a/sys/arch/sgi/pci/pciide_machdep.c +++ b/sys/arch/sgi/pci/pciide_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_machdep.c,v 1.2 2004/08/10 19:16:18 deraadt Exp $ */ +/* $OpenBSD: pciide_machdep.c,v 1.3 2005/01/31 21:35:50 grange Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -41,7 +41,7 @@ pciide_machdep_compat_intr_establish(dev, pa, chan, func, arg) struct device *dev; struct pci_attach_args *pa; int chan; - int (*func) __P((void *)); + int (*func)(void *); void *arg; { void *cookie = (void *)4; |