diff options
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-sal::osl::unx::pipe.c')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-sal::osl::unx::pipe.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-sal::osl::unx::pipe.c b/editors/openoffice.org-2-devel/files/patch-sal::osl::unx::pipe.c deleted file mode 100644 index 6802487470a2..000000000000 --- a/editors/openoffice.org-2-devel/files/patch-sal::osl::unx::pipe.c +++ /dev/null @@ -1,14 +0,0 @@ ---- ../sal/osl/unx/pipe.c.orig Tue May 29 07:38:32 2001 -+++ ../sal/osl/unx/pipe.c -@@ -264,7 +264,11 @@ - - addr.sun_family = AF_UNIX; - strcpy(addr.sun_path, name); -+#if defined(FREEBSD) -+ len = SUN_LEN(&addr); -+#else - len = sizeof(addr.sun_family) + strlen(addr.sun_path); -+#endif - - if ( Options & osl_Pipe_CREATE ) - { |