diff options
Diffstat (limited to 'sys/scsi/safte.c')
-rw-r--r-- | sys/scsi/safte.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/safte.c b/sys/scsi/safte.c index 05a95bdb061..32831c4f174 100644 --- a/sys/scsi/safte.c +++ b/sys/scsi/safte.c @@ -1,4 +1,4 @@ -/* $OpenBSD: safte.c,v 1.66 2020/09/22 19:32:53 krw Exp $ */ +/* $OpenBSD: safte.c,v 1.67 2021/10/24 16:57:30 mpi Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -85,7 +85,7 @@ struct safte_softc { #endif /* NBIO > 0 */ }; -struct cfattach safte_ca = { +const struct cfattach safte_ca = { sizeof(struct safte_softc), safte_match, safte_attach, safte_detach }; |