CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/12 08:55:36
Modified files:
sys/sys : stdarg.h
Log message:
Unhook <machine/stdarg.h> from <sys/stdarg.h>. Nowadays all the
compilers that OpenBSD provides have builtins for vararg routines
and use the machine-independent definitions in <sys/stdarg.h>.
Input from miod@
OK millert@
