summaryrefslogtreecommitdiff
path: root/sys/scsi/mpath_sym.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/mpath_sym.c')
-rw-r--r--sys/scsi/mpath_sym.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/mpath_sym.c b/sys/scsi/mpath_sym.c
index 572b583e04a..fbe30a92f5f 100644
--- a/sys/scsi/mpath_sym.c
+++ b/sys/scsi/mpath_sym.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpath_sym.c,v 1.26 2021/03/12 10:22:46 jsg Exp $ */
+/* $OpenBSD: mpath_sym.c,v 1.27 2021/10/24 16:57:30 mpi Exp $ */
/*
* Copyright (c) 2010 David Gwynne <dlg@openbsd.org>
@@ -44,7 +44,7 @@ void sym_attach(struct device *, struct device *, void *);
int sym_detach(struct device *, int);
int sym_activate(struct device *, int);
-struct cfattach sym_ca = {
+const struct cfattach sym_ca = {
sizeof(struct sym_softc),
sym_match,
sym_attach,