pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/waste/patches Another forgotten patch: Don't defin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5879b7df6ae4
branches:  trunk
changeset: 507049:5879b7df6ae4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 25 16:11:49 2006 +0000

description:
Another forgotten patch: Don't define socklen_t on DragonFly. Never.

diffstat:

 net/waste/patches/patch-af |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r d4230a48e8be -r 5879b7df6ae4 net/waste/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/waste/patches/patch-af        Wed Jan 25 16:11:49 2006 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index