From f1aac7cb6d5b52613d0add0928b9a69c1cb13c60 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 25 Jan 2006 16:11:49 +0000 Subject: Another forgotten patch: Don't define socklen_t on DragonFly. Never. --- net/waste/patches/patch-af | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/waste/patches/patch-af 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 + -- cgit v1.2.3