summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-sal::osl::unx::pipe.c
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 09:02:08 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 09:02:08 +0000
commit403bb5464a5b30c3853b1554265d0c8741c72690 (patch)
treec828046c732cde09938fa2839d8f8c5d8855f415 /editors/openoffice.org-2.0/files/patch-sal::osl::unx::pipe.c
parentAll patches have been repocopied to use + as separator and not "::". (diff)
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters.
Notes
Notes: svn path=/head/; revision=68481
Diffstat (limited to 'editors/openoffice.org-2.0/files/patch-sal::osl::unx::pipe.c')
-rw-r--r--editors/openoffice.org-2.0/files/patch-sal::osl::unx::pipe.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-sal::osl::unx::pipe.c b/editors/openoffice.org-2.0/files/patch-sal::osl::unx::pipe.c
deleted file mode 100644
index 4aa7b8af1a61..000000000000
--- a/editors/openoffice.org-2.0/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 )
- {