summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-sal+osl+unx+pipe.c
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-08-29 01:32:13 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-08-29 01:32:13 +0000
commit1e4dcdff78191f7dde8aa68e6f00c821550d9f79 (patch)
tree1e9b16195d29630edbff4661c144dc449b319e7f /editors/openoffice-1.0/files/patch-sal+osl+unx+pipe.c
parentmove from editors/openoffice-* to editors/openoffice.org-* (diff)
After repocopied by PR 85372, old ports must be
removed. PR: 85372
Notes
Notes: svn path=/head/; revision=141220
Diffstat (limited to '')
-rw-r--r--editors/openoffice-1.0/files/patch-sal+osl+unx+pipe.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice-1.0/files/patch-sal+osl+unx+pipe.c b/editors/openoffice-1.0/files/patch-sal+osl+unx+pipe.c
deleted file mode 100644
index acf47ad85552..000000000000
--- a/editors/openoffice-1.0/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 )
- {