summaryrefslogtreecommitdiff
path: root/sys/scsi/uk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/uk.c')
-rw-r--r--sys/scsi/uk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/uk.c b/sys/scsi/uk.c
index 519317dba63..77c1fe42711 100644
--- a/sys/scsi/uk.c
+++ b/sys/scsi/uk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uk.c,v 1.25 2020/08/11 15:23:57 krw Exp $ */
+/* $OpenBSD: uk.c,v 1.26 2021/10/24 16:57:30 mpi Exp $ */
/* $NetBSD: uk.c,v 1.15 1996/03/17 00:59:57 thorpej Exp $ */
/*
@@ -58,7 +58,7 @@ int ukmatch(struct device *, void *, void *);
void ukattach(struct device *, struct device *, void *);
int ukdetach(struct device *, int);
-struct cfattach uk_ca = {
+const struct cfattach uk_ca = {
sizeof(struct uk_softc), ukmatch, ukattach, ukdetach
};