summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1-devel/files/patch-psprint::source::printergfx::printerjob.cxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 09:02:08 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 09:02:08 +0000
commit403bb5464a5b30c3853b1554265d0c8741c72690 (patch)
treec828046c732cde09938fa2839d8f8c5d8855f415 /editors/openoffice-1.1-devel/files/patch-psprint::source::printergfx::printerjob.cxx
parentAll patches have been repocopied to use + as separator and not "::". (diff)
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters.
Notes
Notes: svn path=/head/; revision=68481
Diffstat (limited to 'editors/openoffice-1.1-devel/files/patch-psprint::source::printergfx::printerjob.cxx')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-psprint::source::printergfx::printerjob.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-psprint::source::printergfx::printerjob.cxx b/editors/openoffice-1.1-devel/files/patch-psprint::source::printergfx::printerjob.cxx
deleted file mode 100644
index 751ef978850f..000000000000
--- a/editors/openoffice-1.1-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)
- {