From 64890fb5aa047832902236100cf892cac60d98f6 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 14 Dec 2021 02:17:39 +0000 Subject: [PATCH] Sigh. This sys/cdefs.h is hiding use of __CONCAT in a non-C context. Needs some other repairs first. --- libexec/ld.so/sparc64/SYS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/ld.so/sparc64/SYS.h b/libexec/ld.so/sparc64/SYS.h index eab599cd4b5..403f3c45ef9 100644 --- a/libexec/ld.so/sparc64/SYS.h +++ b/libexec/ld.so/sparc64/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.2 2021/12/13 18:28:39 deraadt Exp $ */ +/* $OpenBSD: SYS.h,v 1.3 2021/12/14 02:17: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 -- 2.20.1