summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_exec.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-30 07:28:43 +0000
committeralfred <alfred@FreeBSD.org>2002-05-30 07:28:43 +0000
commit4320d2c0b94ff0dc507427f40628e753166b2815 (patch)
treeea27b8f13a12c809a86eadb9b1c59e062ce9299b /sys/compat/svr4/svr4_exec.h
parentcf295fd4a0f6a67861dc0809060376d1d1bf7fb7 (diff)
downloadFreeBSD-src-4320d2c0b94ff0dc507427f40628e753166b2815.zip
FreeBSD-src-4320d2c0b94ff0dc507427f40628e753166b2815.tar.gz
correct commented out preprocessor test for i386 to __i386__
Diffstat (limited to 'sys/compat/svr4/svr4_exec.h')
-rw-r--r--sys/compat/svr4/svr4_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_exec.h b/sys/compat/svr4/svr4_exec.h
index 5d35f19..672a360 100644
--- a/sys/compat/svr4/svr4_exec.h
+++ b/sys/compat/svr4/svr4_exec.h
@@ -43,7 +43,7 @@
* The following is horrible; there must be a better way. I need to
* play with brk(2) a bit more.
*/
-#ifdef i386
+#ifdef __i386__
/*
* I cannot load the interpreter after the data segment because brk(2)
* breaks. I have to load it somewhere before. Programs start at
OpenPOWER on IntegriCloud