Drop a const-bomb on regexec. It's probably not a good idea to remove a
authormartijn <martijn@openbsd.org>
Wed, 11 Jul 2018 12:38:46 +0000 (12:38 +0000)
committermartijn <martijn@openbsd.org>
Wed, 11 Jul 2018 12:38:46 +0000 (12:38 +0000)
commitd1a1db7f71b400e6ae6b5a9641ad1496d1d76168
treed666730155fb2b9d0cef6e7a250db9060d1a6096
parent5b6ba03a9429768e9d788597969ec8a50a7b9817
Drop a const-bomb on regexec. It's probably not a good idea to remove a
const promise when processing it in the regex engine.

Minor tweak and OK schwarze@
lib/libc/regex/engine.c
lib/libc/regex/regexec.c