summaryrefslogtreecommitdiff
path: root/net/waste
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-25 16:11:49 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-25 16:11:49 +0000
commit2e9870d7dadfd607ef404970fa1789694087beeb (patch)
treee55b3903b13218cf523073c35fe66d579b3af056 /net/waste
parentfd7fcef44a787e874977fe92c92c12b5bd3e8c0d (diff)
downloadpkgsrc-2e9870d7dadfd607ef404970fa1789694087beeb.tar.gz
Another forgotten patch: Don't define socklen_t on DragonFly. Never.
Diffstat (limited to 'net/waste')
-rw-r--r--net/waste/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/waste/patches/patch-af b/net/waste/patches/patch-af
new file mode 100644
index 00000000000..4c66abb350c
--- /dev/null
+++ b/net/waste/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/01/25 16:11:49 joerg Exp $
+
+--- platform.h.orig 2006-01-08 21:31:20.000000000 +0000
++++ platform.h
+@@ -83,7 +83,7 @@ static inline unsigned int GetTickCount(
+ #define MAX_PATH 1024
+
+ //macfag
+-#ifndef socklen_t
++#if !defined(socklen_t) && !defined(__DragonFly__)
+ #define socklen_t int
+ #endif
+