aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice/files/patch-sal+osl+unx+pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice/files/patch-sal+osl+unx+pipe.c')
-rw-r--r--editors/openoffice/files/patch-sal+osl+unx+pipe.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice/files/patch-sal+osl+unx+pipe.c b/editors/openoffice/files/patch-sal+osl+unx+pipe.c
deleted file mode 100644
index 217bd0be4d58..000000000000
--- a/editors/openoffice/files/patch-sal+osl+unx+pipe.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ../sal/osl/unx/pipe.c.orig Mon Feb 18 13:48:55 2002
-+++ ../sal/osl/unx/pipe.c Wed Apr 3 00:59:15 2002
-@@ -264,7 +264,11 @@
-
- addr.sun_family = AF_UNIX;
- strncpy(addr.sun_path, name, sizeof(addr.sun_path));
-+#if defined(FREEBSD)
-+ len = SUN_LEN(&addr);
-+#else
- len = sizeof(addr);
-+#endif
-
- if ( Options & osl_Pipe_CREATE )
- {