summaryrefslogtreecommitdiff
path: root/misc/openoffice3/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice3/patches/patch-an')
-rw-r--r--misc/openoffice3/patches/patch-an22
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/openoffice3/patches/patch-an b/misc/openoffice3/patches/patch-an
deleted file mode 100644
index 33481f379b3..00000000000
--- a/misc/openoffice3/patches/patch-an
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-an,v 1.1.1.1 2008/10/14 11:02:24 hira Exp $
-
---- psprint/source/printergfx/printerjob.cxx.orig 2007-02-17 17:43:14.000000000 +0900
-+++ psprint/source/printergfx/printerjob.cxx 2007-02-17 17:43:55.000000000 +0900
-@@ -82,6 +82,17 @@
-
- #include "glyphset.hxx"
-
-+#if defined(NETBSD)
-+#if defined(__cplusplus)
-+extern "C" {
-+#endif
-+int getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer,
-+ size_t buflen, struct passwd **result);
-+#if defined(__cplusplus)
-+}
-+#endif
-+#endif
-+
- using namespace psp;
- using namespace rtl;
-