diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 08:57:17 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 08:57:17 +0000 |
commit | fb89e9b697585fc9977b488719536866ec4a4e14 (patch) | |
tree | 31749f632a8b91b25441b7239c6b397169f54572 /editors/openoffice-1.0/files/patch-sal::osl::unx::process.c | |
parent | Phoenix is a fast, minimal browser from the Mozilla project. This port (diff) |
All patches have been repocopied to use + as separator and not "::".
Diffstat (limited to 'editors/openoffice-1.0/files/patch-sal::osl::unx::process.c')
-rw-r--r-- | editors/openoffice-1.0/files/patch-sal::osl::unx::process.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-1.0/files/patch-sal::osl::unx::process.c b/editors/openoffice-1.0/files/patch-sal::osl::unx::process.c deleted file mode 100644 index 3af6652430dd..000000000000 --- a/editors/openoffice-1.0/files/patch-sal::osl::unx::process.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../sal/osl/unx/process.c.orig Wed Jan 9 13:07:41 2002 -+++ ../sal/osl/unx/process.c Wed Apr 3 00:59:53 2002 -@@ -833,7 +833,7 @@ - - if (! INIT_GROUPS(data.m_name, data.m_gid) || (setuid(data.m_uid) != 0)) - OSL_TRACE("Failed to change uid and guid, errno=%d (%s)\n", errno, strerror(errno)); --#ifdef LINUX -+#if defined(LINUX) || defined(FREEBSD) - unsetenv("HOME"); - #else - putenv("HOME="); |