From 9602ac750dc47fa055e2f4afdf856f650f5fa717 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 30 Dec 2005 02:03:50 +0000 Subject: Now that errno.h and sys/errno.h are separate header files there is no need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ --- sys/arch/sparc64/stand/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/sparc64/stand') diff --git a/sys/arch/sparc64/stand/Makefile.inc b/sys/arch/sparc64/stand/Makefile.inc index 707faad4c54..f07da843800 100644 --- a/sys/arch/sparc64/stand/Makefile.inc +++ b/sys/arch/sparc64/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2004/07/13 21:03:38 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2005/12/30 02:03:49 millert Exp $ # $NetBSD: Makefile.inc,v 1.7 2000/08/20 14:57:16 mrg Exp $ .ifndef __INCLUDED_STAND_MAKEFILE_INC @@ -14,7 +14,6 @@ STANDALONE?= -D_STANDALONE .if ${MACHINE} == "sparc64" CPPFLAGS+= ${STANDALONE} -DSUN4U CPPFLAGS+= -I. -CPPFLAGS+= -Derrno=errno CFLAGS+= -fno-stack-protector CFLAGS+= -msoft-float -- cgit v1.2.3