From f124555536ce4b815ff160312c094545c36ec440 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 10 Aug 2002 04:35:28 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'. --- editors/openoffice-1.1/files/patch-sal+osl+unx+pipe.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 editors/openoffice-1.1/files/patch-sal+osl+unx+pipe.c (limited to 'editors/openoffice-1.1/files/patch-sal+osl+unx+pipe.c') diff --git a/editors/openoffice-1.1/files/patch-sal+osl+unx+pipe.c b/editors/openoffice-1.1/files/patch-sal+osl+unx+pipe.c deleted file mode 100644 index 217bd0be4d58..000000000000 --- a/editors/openoffice-1.1/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 ) - { -- cgit v1.2.3