diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-12-13 18:28:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-12-13 18:28:41 +0000 |
commit | ed2ef8648646136913e278108edd41ea3ef74877 (patch) | |
tree | 80b19360c11185c64bed283b1f44c545ceb0ff9f /libexec/ld.so | |
parent | ed22057d9feaccfbd82b72ed735453415eb5ba6b (diff) |
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
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/sparc64/SYS.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sys/cdefs.h> +#include <sys/types.h> #include <sys/syscall.h> #include <machine/trap.h> #include <machine/asm.h> |