summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-10 22:26:50 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-10 22:26:50 +0000
commitcbf57a6a648ff4075a3d5b57d0cb8075020915df (patch)
tree6c26d7600e95cff7627b53b44f8ee49de2df9c24 /editors/openoffice-3-devel
parentAdd the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet used (diff)
A getpwuid_r function is now implemented in patch-sal::osl::unx::system.c
Notes
Notes: svn path=/head/; revision=55831
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r--editors/openoffice-3-devel/files/patch-ppsprint::source::printergfx::printerjob.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice-3-devel/files/patch-ppsprint::source::printergfx::printerjob.cxx b/editors/openoffice-3-devel/files/patch-ppsprint::source::printergfx::printerjob.cxx
deleted file mode 100644
index 535e12912b8d..000000000000
--- a/editors/openoffice-3-devel/files/patch-ppsprint::source::printergfx::printerjob.cxx
+++ /dev/null
@@ -1,14 +0,0 @@
---- ../psprint/source/printergfx/printerjob.cxx.orig Sat Mar 2 22:22:50 2002
-+++ ../psprint/source/printergfx/printerjob.cxx Sat Mar 2 22:22:40 2002
-@@ -282,7 +282,11 @@
-
- sal_Bool bSuccess = sal_False;
-
-+#ifdef FREEBSD
-+ if (pPWEntry = getpwuid(getuid()) != NULL)
-+#else
- if (getpwuid_r(getuid(), &aPWEntry, pPWBuffer, sizeof(pPWBuffer), &pPWEntry) != 0)
-+#endif
- pPWEntry = NULL;
-
- if (pPWEntry != NULL && pPWEntry->pw_name != NULL)