diff options
Diffstat (limited to 'sys/arch/vax/vax/autoconf.c')
-rw-r--r-- | sys/arch/vax/vax/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/autoconf.c b/sys/arch/vax/vax/autoconf.c index 057cae61024..8741725e6af 100644 --- a/sys/arch/vax/vax/autoconf.c +++ b/sys/arch/vax/vax/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.23 2006/07/23 19:23:09 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.24 2006/11/28 16:56:50 dlg Exp $ */ /* $NetBSD: autoconf.c,v 1.45 1999/10/23 14:56:05 ragge Exp $ */ /* @@ -323,7 +323,7 @@ booted_qe(struct device *dev, void *aux) int booted_sd(struct device *dev, void *aux) { - struct scsibus_attach_args *sa = aux; + struct scsi_attach_args *sa = aux; struct device *ppdev; /* Is this a SCSI device? */ |