summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-sal+osl+unx+pipe.c
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
commit5191c1d5a85d6037d951f877eee67b94b669da7e (patch)
tree57007548daed9ef31884fdbe9398458989db24a3 /editors/openoffice-3-devel/files/patch-sal+osl+unx+pipe.c
parentUpgrade to OO1.1 beta2. (diff)
Upgrade to OO1.1 beta2.
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-sal+osl+unx+pipe.c')
-rw-r--r--editors/openoffice-3-devel/files/patch-sal+osl+unx+pipe.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice-3-devel/files/patch-sal+osl+unx+pipe.c b/editors/openoffice-3-devel/files/patch-sal+osl+unx+pipe.c
deleted file mode 100644
index 4aa7b8af1a61..000000000000
--- a/editors/openoffice-3-devel/files/patch-sal+osl+unx+pipe.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ../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 )
- {