summaryrefslogtreecommitdiff
path: root/java/classpath/files
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2005-11-27 16:42:25 +0000
committerArchie Cobbs <archie@FreeBSD.org>2005-11-27 16:42:25 +0000
commitb720f546053f829fe23283193e515a52560329b4 (patch)
tree077185913c469febc16048112b1b1fa938e0f9c2 /java/classpath/files
parentUse port groups to fetch the right files from the right subdirectories. (diff)
Upgrade to 0.19; disable evolving graphical stuff for now.
Diffstat (limited to 'java/classpath/files')
-rw-r--r--java/classpath/files/patch-native_target_generic_target__generic__network.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/java/classpath/files/patch-native_target_generic_target__generic__network.h b/java/classpath/files/patch-native_target_generic_target__generic__network.h
deleted file mode 100644
index 51e4f86d6fa7..000000000000
--- a/java/classpath/files/patch-native_target_generic_target__generic__network.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- native/target/generic/target_generic_network.h.orig
-+++ native/target/generic/target_generic_network.h
-@@ -666,6 +666,7 @@
- #ifndef TARGET_NATIVE_NETWORK_SOCKET_SET_OPTION_SO_TIMEOUT
- #include <sys/types.h>
- #include <sys/socket.h>
-+ #include <sys/time.h>
- #define TARGET_NATIVE_NETWORK_SOCKET_SET_OPTION_SO_TIMEOUT(socketDescriptor,flag,result) \
- do { \
- struct timeval __value; \