diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-01-16 07:20:40 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-01-16 07:20:40 +0000 |
commit | 763c6badcec42bd80a472f11601cfac309fad1dd (patch) | |
tree | a9eb809d554c84351caf13bc6deb6efc5d04f8c6 /java/classpath/files | |
parent | Update to 0.8.0: (diff) |
- Update to 0.97.2
PR: ports/130584
Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de> (maintainer)
Diffstat (limited to 'java/classpath/files')
-rw-r--r-- | java/classpath/files/patch-native_jni_native-lib_cpnet.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/java/classpath/files/patch-native_jni_native-lib_cpnet.h b/java/classpath/files/patch-native_jni_native-lib_cpnet.h deleted file mode 100644 index efce85c06210..000000000000 --- a/java/classpath/files/patch-native_jni_native-lib_cpnet.h +++ /dev/null @@ -1,14 +0,0 @@ ---- native/jni/native-lib/cpnet.h.orig 2006-09-08 10:59:57.000000000 +0200 -+++ native/jni/native-lib/cpnet.h 2008-03-31 18:47:54.000000000 +0200 -@@ -41,9 +41,11 @@ - #include <jni.h> - #include <jcl.h> - #include <string.h> - -+#include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in_systm.h> - #include <netinet/in.h> - #include <netinet/ip.h> - - typedef struct { |