summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-12-30 02:03:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-12-30 02:03:50 +0000
commit9602ac750dc47fa055e2f4afdf856f650f5fa717 (patch)
treeaa7457a20f73abafec751124f5d54f15e0c1f066 /sys/arch/sparc64/stand
parenteba90c397238078d4145046f9f6056ced60b52a2 (diff)
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@
Diffstat (limited to 'sys/arch/sparc64/stand')
-rw-r--r--sys/arch/sparc64/stand/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
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