Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
$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;