summaryrefslogtreecommitdiff
path: root/sysutils/dvd+rw-tools/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dvd+rw-tools/patches/patch-ac')
-rw-r--r--sysutils/dvd+rw-tools/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dvd+rw-tools/patches/patch-ac b/sysutils/dvd+rw-tools/patches/patch-ac
index 989d9794aec..c3bb47ce659 100644
--- a/sysutils/dvd+rw-tools/patches/patch-ac
+++ b/sysutils/dvd+rw-tools/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.3 2006/02/01 12:51:27 xtraeme Exp $
+$NetBSD: patch-ac,v 1.4 2006/03/22 15:26:30 joerg Exp $
--- growisofs.c.orig 2006-01-16 12:09:41.000000000 +0100
+++ growisofs.c 2006-02-01 12:34:24.000000000 +0100
@@ -24,7 +24,7 @@ $NetBSD: patch-ac,v 1.3 2006/02/01 12:51:27 xtraeme Exp $
nice(-20);
/* I'd rather do it right after I allocate ring buffer and fire off
* threads, but I'll be running without extra privileges by then:-( */
-+#ifndef __NetBSD__
++#if !defined(__NetBSD__) && !defined(__DragonFly__)
mlockall(MCL_CURRENT|MCL_FUTURE);
#endif