Re: [patch] const cclasses reference in ksh

2020-10-26 Thread Philip Guenther
On Mon, Oct 26, 2020 at 8:35 AM Matthew Martin wrote: > Recently cclasses in lib/libc/gen/charclass.h was made const.[1] > Mark the pointer used to walk the array in ksh const as well. > > 1: https://marc.info/?l=openbsd-cvs&m=160256416506433&w=2 > Ugh, I totally missed that reach-around. ok gu

[patch] const cclasses reference in ksh

2020-10-26 Thread Matthew Martin
Recently cclasses in lib/libc/gen/charclass.h was made const.[1] Mark the pointer used to walk the array in ksh const as well. 1: https://marc.info/?l=openbsd-cvs&m=160256416506433&w=2 diff --git misc.c misc.c index 9e6e9db5e76..7226f74eccf 100644 --- misc.c +++ misc.c @@ -713,7 +713,7 @@ do_gma