diff options
Diffstat (limited to 'java/classpath/files/patch-native_jni_native-lib_cpnet.h')
-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 efce85c..0000000 --- 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 { |