summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/patch-psprint+source+printergfx+printerjob.cxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
commiteeb175d38d569e3cc778faaa3f27ebe4bdd702df (patch)
treea094cbc50c2c3d2c487ddd7d879c055855d226e2 /editors/openoffice.org-3-devel/files/patch-psprint+source+printergfx+printerjob.cxx
parentAdd py-orbit2. (diff)
Update to 1.1 beta. Work in progress.
de-pkg-comment
Notes
Notes: svn path=/head/; revision=76992
Diffstat (limited to 'editors/openoffice.org-3-devel/files/patch-psprint+source+printergfx+printerjob.cxx')
-rw-r--r--editors/openoffice.org-3-devel/files/patch-psprint+source+printergfx+printerjob.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-psprint+source+printergfx+printerjob.cxx b/editors/openoffice.org-3-devel/files/patch-psprint+source+printergfx+printerjob.cxx
deleted file mode 100644
index 751ef978850f..000000000000
--- a/editors/openoffice.org-3-devel/files/patch-psprint+source+printergfx+printerjob.cxx
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../psprint/source/printergfx/printerjob.cxx.orig Sat Oct 19 14:49:13 2002
-+++ ../psprint/source/printergfx/printerjob.cxx Sat Oct 19 14:49:18 2002
-@@ -285,8 +285,12 @@
-
- sal_Bool bSuccess = sal_False;
-
-+#ifdef FREEBSD
-+ pPWEntry = getpwuid( getuid());
-+#else
- if (getpwuid_r(getuid(), &aPWEntry, pPWBuffer, sizeof(pPWBuffer), &pPWEntry) != 0)
- pPWEntry = NULL;
-+#endif
-
- if (pPWEntry != NULL && pPWEntry->pw_name != NULL)
- {