From e453e498cbb88570a3ff7b3679de65c88707da95 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 11 Jun 2025 17:39:02 +0100 Subject: machine/stdarg.h -> sys/stdarg.h Switch to using sys/stdarg.h for va_list type and va_* builtins. Make an attempt to insert the include in a sensible place. Where style(9) was followed this is easy, where it was ignored, aim for the first block of sys/*.h headers and don't get too fussy or try to fix other style bugs. Reviewed by: imp Exp-run by: antoine (PR 286274) Pull Request: https://github.com/freebsd/freebsd-src/pull/1595 --- sys/tests/ktest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/tests') diff --git a/sys/tests/ktest.c b/sys/tests/ktest.c index 640710f2b89e..f8eb03f0b6e6 100644 --- a/sys/tests/ktest.c +++ b/sys/tests/ktest.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include @@ -41,7 +42,6 @@ #include #include -#include #include struct mtx ktest_mtx; -- cgit v1.3