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/hppa/stand/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa/stand/Makefile.inc') diff --git a/sys/arch/hppa/stand/Makefile.inc b/sys/arch/hppa/stand/Makefile.inc index 10c2f2c83a0..2ff005d2bf4 100644 --- a/sys/arch/hppa/stand/Makefile.inc +++ b/sys/arch/hppa/stand/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.13 2004/07/13 21:03:37 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2005/12/30 02:03:49 millert Exp $ CFLAGS=${DEBUG} -Os -Wall -Werror -CPPFLAGS+=-I${S} -I. -I${.CURDIR} -Derrno=errno +CPPFLAGS+=-I${S} -I. -I${.CURDIR} SACFLAGS=-nostdinc -fno-builtin -D_STANDALONE -I${STANDIR}/libsa SACFLAGS+=-mdisable-fpregs -mfast-indirect-calls -mpa-risc-1-1 SACFLAGS+=-fno-stack-protector -- cgit v1.2.3