aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2.0-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-11 06:26:50 +0800
committermbr <mbr@FreeBSD.org>2002-03-11 06:26:50 +0800
commit85f6ed05eab75b758371da0a6237854dd1513cba (patch)
tree8f1cdf53eb671dd1eeb3292629f244ddbbff67e8 /editors/openoffice.org-2.0-devel
parent6607457ff5032e65a795dd6046fddcff5f7c17f2 (diff)
downloadfreebsd-ports-gnome-85f6ed05eab75b758371da0a6237854dd1513cba.tar.gz
freebsd-ports-gnome-85f6ed05eab75b758371da0a6237854dd1513cba.tar.zst
freebsd-ports-gnome-85f6ed05eab75b758371da0a6237854dd1513cba.zip
A getpwuid_r function is now implemented in patch-sal::osl::unx::system.c
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-ppsprint::source::printergfx::printerjob.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-ppsprint::source::printergfx::printerjob.cxx b/editors/openoffice.org-2.0-devel/files/patch-ppsprint::source::printergfx::printerjob.cxx
deleted file mode 100644
index 535e12912b8d..000000000000
--- a/editors/openoffice.org-2.0-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)