summaryrefslogtreecommitdiff
path: root/sysutils/lsof/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/lsof/patches/patch-ac')
-rw-r--r--sysutils/lsof/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac
new file mode 100644
index 00000000000..ee9b0696f68
--- /dev/null
+++ b/sysutils/lsof/patches/patch-ac
@@ -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)