Use 'int ch' instead of 'char ch' in one place for getopt.
authormlarkin <mlarkin@openbsd.org>
Sat, 17 Aug 2024 20:50:06 +0000 (20:50 +0000)
committermlarkin <mlarkin@openbsd.org>
Sat, 17 Aug 2024 20:50:06 +0000 (20:50 +0000)
commit22b23f348df62a43ac634724b194f663179fa97a
tree87e3c6599f108b14404458d5a39f3d664b03ab44
parent15adf2d1a9b9324c87e70408c7b94295885c0290
Use 'int ch' instead of 'char ch' in one place for getopt.

Forgot one change during an earlier commit; use 'int ch' to make builds
complete without warning on arm64.

ok dv
usr.sbin/vmctl/main.c