summaryrefslogtreecommitdiff
path: root/net/waste/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/waste/patches/patch-ab')
-rw-r--r--net/waste/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/waste/patches/patch-ab b/net/waste/patches/patch-ab
index a03bbbfd74d..1f072e7558f 100644
--- a/net/waste/patches/patch-ab
+++ b/net/waste/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $
+$NetBSD: patch-ab,v 1.2 2006/01/08 21:42:42 joerg Exp $
--- xfers.cpp.orig 2003-05-31 11:54:02.000000000 -0400
+++ xfers.cpp 2003-05-31 11:54:27.000000000 -0400
@@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $
#define IS_VALID(x) (m_validbf[(x)>>3]&(1<<(x&7)))
#define SET_VALID(x) m_validbf[(x)>>3]|=(1<<(x&7))
-+#ifdef __NetBSD__
++#if defined(__NetBSD__) || defined(__DragonFly__)
+#define RemoveDirectory(x) rmdir(x)
+#endif