imgact_elf: Add const to a few struct image_params pointers
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 5 Mar 2024 04:51:49 +0000 (20:51 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 5 Mar 2024 04:51:49 +0000 (20:51 -0800)
commit169641f7dd9f0fc23a158716b5ad81e5d5056661
treee883490cc8ac55d6a24b366c06b2927ecfdc7924
parent7701b993554321f305ef662a26238f375c4d2dba
imgact_elf: Add const to a few struct image_params pointers

This makes it more obvious which functions modify fields in this struct.

Reviewed by: imp, kib
Obtained from: CheriBSD
Differential Revision: https://reviews.freebsd.org/D44214
sys/kern/imgact_elf.c
sys/sys/imgact_elf.h