aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/link_aout.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2000-09-29 13:32:24 +0000
committerDoug Rabson <dfr@FreeBSD.org>2000-09-29 13:32:24 +0000
commitb99353b99e29c261e5e2b6a194a8df0f6fa41a69 (patch)
tree054fc4e2aeb31179407c9a5987b689e4212d30b2 /sys/kern/link_aout.c
parent946ff7b4b9e5eedd7875a69d7eb2907140a62840 (diff)
downloadsrc-b99353b99e29c261e5e2b6a194a8df0f6fa41a69.tar.gz
src-b99353b99e29c261e5e2b6a194a8df0f6fa41a69.zip
Change the conditionaal so that we only build this on i386 instead of
trying to build it on all non-alpha arches.
Notes
Notes: svn path=/head/; revision=66453
Diffstat (limited to 'sys/kern/link_aout.c')
-rw-r--r--sys/kern/link_aout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/link_aout.c b/sys/kern/link_aout.c
index ff691e74ae55..558600fb8791 100644
--- a/sys/kern/link_aout.c
+++ b/sys/kern/link_aout.c
@@ -26,7 +26,7 @@
* $FreeBSD$
*/
-#ifndef __alpha__
+#ifdef __i386__
#define FREEBSD_AOUT 1