diff options
| author | Eric Anholt <anholt@FreeBSD.org> | 2005-10-15 22:33:48 +0000 |
|---|---|---|
| committer | Eric Anholt <anholt@FreeBSD.org> | 2005-10-15 22:33:48 +0000 |
| commit | 4493844eb3195cdc2078471f3079d09d3677531f (patch) | |
| tree | c039eaf446cc077ddd9cb87c0bb0de666e9033f3 /java/kaffe/files/patch-x86_64-md.c | |
| parent | Update to 2.0RC3 (diff) | |
Update to 1.1.6. Tested on i386 and amd64 -- only one regression test failure,
and on amd64!
Diffstat (limited to 'java/kaffe/files/patch-x86_64-md.c')
| -rw-r--r-- | java/kaffe/files/patch-x86_64-md.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/kaffe/files/patch-x86_64-md.c b/java/kaffe/files/patch-x86_64-md.c new file mode 100644 index 000000000000..3bde8f9ec4b4 --- /dev/null +++ b/java/kaffe/files/patch-x86_64-md.c @@ -0,0 +1,13 @@ +--- config/x86_64/freebsd2/md.c.orig Sat Oct 15 13:49:14 2005 ++++ config/x86_64/freebsd2/md.c Sat Oct 15 13:50:23 2005 +@@ -13,6 +13,10 @@ + #include "config.h" + #include "config-std.h" + ++#if defined(HAVE_SYS_TYPES_H) ++#include <sys/types.h> ++#endif ++ + #if defined(HAVE_SYS_SYSCTL_H) + #include <sys/sysctl.h> + |
