diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-01-21 01:32:13 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-01-21 01:32:13 +0000 |
commit | 352c008816a6ae16c1d9adff11ca2aa1910bb41f (patch) | |
tree | adcc6d5c011e924d44b1d13bb6e7f7448a9948c3 /java/kaffe/files/patch-x86_64-md.c | |
parent | - add -fpic based on PR 38678 to solve 'gprel relocation against dynamic symb... (diff) |
Fix build by updating to 1.1.7-rc1, which should be better than the previous
release, as usual (and even the previous version was from an "unstable" branch
anyway). The release is expected to come out very soon, anyway.
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, 0 insertions, 13 deletions
diff --git a/java/kaffe/files/patch-x86_64-md.c b/java/kaffe/files/patch-x86_64-md.c deleted file mode 100644 index 3bde8f9ec4b4..000000000000 --- a/java/kaffe/files/patch-x86_64-md.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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> - |