summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2006-11-29 01:00:48 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2006-11-29 01:00:48 +0000
commitaa9e71d994a412496fde99220be7f03b599fd4ed (patch)
tree7aad59aed43d350da30a5a5aff8cba031fe3f5a7 /sys
parentf0f63afde8477e507ebe48153c7baf6a830655b8 (diff)
Unbreak. No cookie for dlg.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/adv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/adv.c b/sys/dev/ic/adv.c
index 3b393a486e8..b241a5d85fd 100644
--- a/sys/dev/ic/adv.c
+++ b/sys/dev/ic/adv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adv.c,v 1.16 2006/11/28 23:59:45 dlg Exp $ */
+/* $OpenBSD: adv.c,v 1.17 2006/11/29 01:00:47 grange Exp $ */
/* $NetBSD: adv.c,v 1.6 1998/10/28 20:39:45 dante Exp $ */
/*
@@ -617,7 +617,7 @@ adv_attach(sc)
}
bzero(&saa, sizeof(saa));
- saa->sa_sc_link = &sc->sc_link;
+ saa.saa_sc_link = &sc->sc_link;
config_found(&sc->sc_dev, &saa, scsiprint);
}