summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx b/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
deleted file mode 100644
index 073390f79ab1..000000000000
--- a/editors/openoffice.org-1.1-devel/files/patch-ucbhelper+source+client+proxydeider.cxx
+++ /dev/null
@@ -1,22 +0,0 @@
-#iz XXXXX
-sys/socket.h is needed, there should be
-appropreate place to give this definition, though.
-
-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 Oct 2004 23:08:26 -0000
-@@ -107,6 +107,10 @@
- using namespace com::sun::star;
- using namespace ucbhelper;
-
-+#if defined (FREEBSD)
-+#include <sys/socket.h>
-+#endif
-+
- #define CONFIG_ROOT_KEY "org.openoffice.Inet/Settings"
- #define PROXY_TYPE_KEY "ooInetProxyType"
- #define NO_PROXY_LIST_KEY "ooInetNoProxy"