diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-03-13 10:47:25 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-03-13 10:47:25 +0000 |
commit | e47863e5c480f3245ae6f8908b3886aa14578c79 (patch) | |
tree | 01859e6f29d856c33a9f3aaefee2b38292a805d0 | |
parent | 63a11a104455a315f1585089c9a4afe760b142c4 (diff) |
revert rev 1.8
-rw-r--r-- | sys/dev/pci/if_sandrv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_sandrv.c b/sys/dev/pci/if_sandrv.c index 6726177a191..741aff7ca0e 100644 --- a/sys/dev/pci/if_sandrv.c +++ b/sys/dev/pci/if_sandrv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sandrv.c,v 1.8 2005/03/01 18:37:07 mcbride Exp $ */ +/* $OpenBSD: if_sandrv.c,v 1.9 2005/03/13 10:47:24 brad Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -186,8 +186,8 @@ static sdlahw_t* sdla_aft_hw_select (sdlahw_card_t *, int, int, static void sdla_save_hw_probe (sdlahw_t*, int); /* SDLA PCI device relative entry point */ -int san_match __P((struct device *, void *, void *)); -void san_attach __P((struct device *, struct device *, void *)); +int san_match(struct device *, void *, void *); +void san_attach(struct device *, struct device *, void *); struct cfdriver san_cd = { |