summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/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/macppc/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/macppc/stand')
-rw-r--r--sys/arch/macppc/stand/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/stand/Makefile.inc b/sys/arch/macppc/stand/Makefile.inc
index c86222a3d62..4dafdde6a21 100644
--- a/sys/arch/macppc/stand/Makefile.inc
+++ b/sys/arch/macppc/stand/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.6 2005/05/14 16:40:27 drahn Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2005/12/30 02:03:49 millert Exp $
# $NetBSD: Makefile.inc,v 1.1 1996/09/30 16:34:59 ws Exp $
.if !defined(__stand_makefile_inc)
@@ -20,7 +20,7 @@ ENTRY?= _start
INCLUDES+= -I. -I$(.OBJDIR) -I$(.CURDIR)/.. -I$(S)/arch -I$(S)
INCLUDES+= -I$(S)/lib/libsa
-DEFS+= -DSTANDALONE -Derrno=errno
+DEFS+= -DSTANDALONE
CFLAGS+= $(INCLUDES) $(DEFS) $(EXTRACFLAGS)
CFLAGS+= -fno-stack-protector
CFLAGS+= -fno-builtin-vprintf -fno-builtin-printf -fno-builtin-putchar