diff options
author | simonmar <unknown> | 2000-01-22 12:07:04 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-01-22 12:07:04 +0000 |
commit | a0415f6432e7d5b53a8f20e95481a600307517de (patch) | |
tree | 22d7e0cff984bf60a4ddffa1dcb4f135d0aafe42 /ghc/rts | |
parent | 0c0323cabb64e2ab2822d7709976ecee5a582270 (diff) | |
download | haskell-a0415f6432e7d5b53a8f20e95481a600307517de.tar.gz |
[project @ 2000-01-22 12:06:43 by simonmar]
freebsd3 ==> freebsd
Diffstat (limited to 'ghc/rts')
-rw-r--r-- | ghc/rts/MBlock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/rts/MBlock.c b/ghc/rts/MBlock.c index eeb3bdea74..5054760df1 100644 --- a/ghc/rts/MBlock.c +++ b/ghc/rts/MBlock.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: MBlock.c,v 1.13 1999/12/15 09:43:24 simonmar Exp $ + * $Id: MBlock.c,v 1.14 2000/01/22 12:06:43 simonmar Exp $ * * (c) The GHC Team 1998-1999 * @@ -39,7 +39,7 @@ #include <windows.h> #endif -#if freebsd2_TARGET_OS || freebsd3_TARGET_OS +#if freebsd2_TARGET_OS || freebsd_TARGET_OS /* Executable is loaded from 0x0 * Shared libraries are loaded at 0x2000000 * Stack is at the top of the address space. The kernel probably owns |