mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 23:13:54 -04:00
14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
$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)
|