From e6f98e3a163d69d2a20131b8c80e6fad49fe7683 Mon Sep 17 00:00:00 2001 From: guenther Date: Thu, 10 Sep 2015 18:13:46 +0000 Subject: Pull in namespace.h when building all .c files using gcc's -include option, so that we can provide asm labels for the memcpy/memset/__stack_smash_handler calls that it generates ab initio. Eliminate direct #includes of it. Make sure it's a dependency of all objects (unnecessary for asm, but close enough). ok deraadt@ --- lib/libc/softfloat/fpgetmask.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libc/softfloat/fpgetmask.c') diff --git a/lib/libc/softfloat/fpgetmask.c b/lib/libc/softfloat/fpgetmask.c index f977c841e94..81191ff2b58 100644 --- a/lib/libc/softfloat/fpgetmask.c +++ b/lib/libc/softfloat/fpgetmask.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetmask.c,v 1.3 2012/12/05 23:20:00 deraadt Exp $ */ +/* $OpenBSD: fpgetmask.c,v 1.4 2015/09/10 18:13:46 guenther Exp $ */ /* $NetBSD: fpgetmask.c,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */ /*- @@ -30,8 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "namespace.h" - #include #ifdef SOFTFLOAT_FOR_GCC #include "softfloat-for-gcc.h" -- cgit v1.2.3-59-g8ed1b