summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+process.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+process.c')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+process.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+process.c b/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+process.c
deleted file mode 100644
index 50023576bec4..000000000000
--- a/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+process.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../sal/osl/unx/process.c.orig Wed Jun 5 16:24:42 2002
-+++ ../sal/osl/unx/process.c Wed Jan 15 01:25:17 2003
-@@ -222,7 +222,7 @@
- /* Memory layout of CMD_ARG_PRG:
- progname\0arg1\0...argn[\0]\0environ\0env2\0...envn\0[\0] */
-
--#if !defined(NETBSD)
-+#if !defined(NETBSD) && !defined(FREEBSD)
- extern sal_Char* CMD_ARG_PRG;
- #endif
- extern sal_Char** CMD_ARG_ENV;