From ed2ef8648646136913e278108edd41ea3ef74877 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 13 Dec 2021 18:28:41 +0000 Subject: including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther --- libexec/ld.so/sparc64/SYS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/ld.so') diff --git a/libexec/ld.so/sparc64/SYS.h b/libexec/ld.so/sparc64/SYS.h index 7021cf68ba7..eab599cd4b5 100644 --- a/libexec/ld.so/sparc64/SYS.h +++ b/libexec/ld.so/sparc64/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.1 2017/08/27 21:59:52 deraadt Exp $ */ +/* $OpenBSD: SYS.h,v 1.2 2021/12/13 18:28:39 deraadt Exp $ */ /* $NetBSD: rtld_start.S,v 1.5 2001/08/14 22:17:48 eeh Exp $ */ /* @@ -64,7 +64,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include +#include #include #include #include -- cgit v1.2.3