diff options
| author | 2005-03-13 10:47:24 +0000 | |
|---|---|---|
| committer | 2005-03-13 10:47:24 +0000 | |
| commit | 710e1f14b3378295b397dd6c75af55fe52773d1c (patch) | |
| tree | 19690e0596194402e19cf02ddc963e4c4791b3af | |
| parent | Fixes in ntpd_settime (ie ntpd -s): (diff) | |
| download | wireguard-openbsd-710e1f14b3378295b397dd6c75af55fe52773d1c.tar.xz wireguard-openbsd-710e1f14b3378295b397dd6c75af55fe52773d1c.zip | |
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 = { |
