summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx')
-rw-r--r--editors/openoffice.org-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx b/editors/openoffice.org-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx
deleted file mode 100644
index 88225ffe8308..000000000000
--- a/editors/openoffice.org-1.1/files/patch-ucbhelper+source+client+proxydeider.cxx
+++ /dev/null
@@ -1,22 +0,0 @@
-http://www.openoffice.org/issues/show_bug.cgi?id=40191
-
-sys/socket.h is needed for FreeBSD
-
-Index: ucbhelper/source/client/proxydecider.cxx
-===================================================================
-RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
-retrieving revision 1.3.16.1
-diff -u -r1.3.16.1 proxydecider.cxx
---- ucbhelper/source/client/proxydecider.cxx 20 Oct 2004 12:04:36 -0000 1.3.16.1
-+++ ucbhelper/source/client/proxydecider.cxx 30 Dec 2004 04:12:01 -0000
-@@ -127,6 +127,10 @@
- #include <unistd.h>
- #endif
-
-+#if defined (FREEBSD)
-+#include <sys/socket.h>
-+#endif
-+
- #ifdef SOLARIS
-
- extern "C"