From a0ccee8b339cbd7d2a5be2f23fa0b2f51d8bbd78 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Fri, 18 Oct 2002 22:52:57 +0000 Subject: Re-add previously deleted files. --- .../openoffice.org-2-RC/files/patch-sal::osl::unx::pipe.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editors/openoffice.org-2-RC/files/patch-sal::osl::unx::pipe.c (limited to 'editors/openoffice.org-2-RC/files/patch-sal::osl::unx::pipe.c') diff --git a/editors/openoffice.org-2-RC/files/patch-sal::osl::unx::pipe.c b/editors/openoffice.org-2-RC/files/patch-sal::osl::unx::pipe.c new file mode 100644 index 000000000000..4aa7b8af1a61 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-sal::osl::unx::pipe.c @@ -0,0 +1,14 @@ +--- ../sal/osl/unx/pipe.c.orig Thu Jul 11 16:01:39 2002 ++++ ../sal/osl/unx/pipe.c Fri Oct 18 19:56:38 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 ) + { -- cgit v1.2.3