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

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.29 2008/05/17 23:53:29 christos Exp $
--- dialects/n+obsd/dstore.c.orig 2004-12-30 13:42:32.000000000 -0500
+++ dialects/n+obsd/dstore.c 2008-05-17 19:35:34.000000000 -0400
@@ -119,6 +119,8 @@
# if defined(UF_EXCLOSE)
{ (long)UF_EXCLOSE, POF_CLOEXEC },
+# else
+ { (long)1, POF_CLOEXEC },
# endif /* defined(UF_EXCLOSE) */
# if defined(UF_MAPPED)