Commit 7463f87cf1c3b8494a604976a8f818b07747b55e

Brent Cook 2023-07-07T11:46:21

add compat getopt implementation, remove patches This adds a getopt implementation for compatibility where it is not available, removing a couple of regress patches. Note, this is a slightly modified copy from OpenBSD libc that doesn't expose getopt_long, which has dependency conflicts with Windows system headers and isn't needed anyway.