commit d2c8ed98c34274795e1ad799bc324a6c6c664f0e from: Thomas Adam date: Sat Mar 30 18:26:24 2024 UTC portable: netbsd: add stdarg for enter_chroot stdarg.h is required on NetBSD for variadic definitions. commit - a58e44b08071a64fd0718a077405e118d9a136d5 commit + d2c8ed98c34274795e1ad799bc324a6c6c664f0e blob - 19506ed47c6c6a95b2e8984da0db9174f1a0afb8 blob + 773dafac72d8d12e6be261dd4b6f3ed73cfe12f5 --- gotd/chroot-notobsd.c +++ gotd/chroot-notobsd.c @@ -17,6 +17,7 @@ #include "got_compat.h" #include +#include #include #include "log.h"