From 53c240bb36169bb10ec6e5e1a6d08d30e4b60fe7 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 4 Mar 2002 21:46:59 +0000 Subject: Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_uno source --- .../openoffice-2.0-devel/files/patch-sal::osl::unx::pipe.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editors/openoffice-2.0-devel/files/patch-sal::osl::unx::pipe.c (limited to 'editors/openoffice-2.0-devel/files/patch-sal::osl::unx::pipe.c') diff --git a/editors/openoffice-2.0-devel/files/patch-sal::osl::unx::pipe.c b/editors/openoffice-2.0-devel/files/patch-sal::osl::unx::pipe.c new file mode 100644 index 000000000000..6802487470a2 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-sal::osl::unx::pipe.c @@ -0,0 +1,14 @@ +--- ../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 ) + { -- cgit v1.2.3