diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2000-06-15 05:44:11 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2000-06-15 05:44:11 +0000 |
commit | feea222fe2a74ca2390aa45e120736fb3f6e85da (patch) | |
tree | d9ab3956bfc934f0d253d512c88cef725c3a24b9 /sys/compat | |
parent | 05e13df6df9b56f4cd16aaed94969a16f81be8b6 (diff) |
i386 -> __i386__
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/svr4/svr4_exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_exec.h b/sys/compat/svr4/svr4_exec.h index 7b4cb731339..ac06679d3ed 100644 --- a/sys/compat/svr4/svr4_exec.h +++ b/sys/compat/svr4/svr4_exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: svr4_exec.h,v 1.4 1999/06/06 15:38:50 deraadt Exp $ */ +/* $OpenBSD: svr4_exec.h,v 1.5 2000/06/15 05:44:10 brad Exp $ */ /* $NetBSD: svr4_exec.h,v 1.7 1995/07/02 06:16:06 christos Exp $ */ /* @@ -41,7 +41,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 |