diff options
Diffstat (limited to 'sys/scsi/mpath_rdac.c')
-rw-r--r-- | sys/scsi/mpath_rdac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/mpath_rdac.c b/sys/scsi/mpath_rdac.c index 8c5cc0352a0..7615bf57eb6 100644 --- a/sys/scsi/mpath_rdac.c +++ b/sys/scsi/mpath_rdac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath_rdac.c,v 1.25 2020/06/30 18:43:37 krw Exp $ */ +/* $OpenBSD: mpath_rdac.c,v 1.26 2021/10/24 16:57:30 mpi Exp $ */ /* * Copyright (c) 2010 David Gwynne <dlg@openbsd.org> @@ -129,7 +129,7 @@ void rdac_attach(struct device *, struct device *, void *); int rdac_detach(struct device *, int); int rdac_activate(struct device *, int); -struct cfattach rdac_ca = { +const struct cfattach rdac_ca = { sizeof(struct rdac_softc), rdac_match, rdac_attach, |