CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/02/19 05:15:09
Modified files: sys/lib/libz : zconf.h Log message: sync with upstream This replaces two #ifdef FOO with #if FOO-0 for unistd.h and stdarg.h, which is mostly a noop. Base carries local patches to replace these with #if 1, so it won't have this. I should revisit this at some point.