pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ndtpd Include <sys/time.h> to get fd_set on I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f965211f6922
branches:  trunk
changeset: 502758:f965211f6922
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 19:48:49 2005 +0000

description:
Include <sys/time.h> to get fd_set on Interix.

diffstat:

 textproc/ndtpd/distinfo         |   3 ++-
 textproc/ndtpd/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 993d0d74b696 -r f965211f6922 textproc/ndtpd/distinfo
--- a/textproc/ndtpd/distinfo   Tue Nov 08 19:45:54 2005 +0000
+++ b/textproc/ndtpd/distinfo   Tue Nov 08 19:48:49 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 14:48:44 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/11/08 19:48:49 tv Exp $
 
 SHA1 (ndtpd-3.1.5.tar.gz) = 0445cf4c9be4373f0ed06a545a0665f5e6fad7aa
 RMD160 (ndtpd-3.1.5.tar.gz) = 6b54e2e3d4ca30f4c78363696d9127edf72deece
 Size (ndtpd-3.1.5.tar.gz) = 558367 bytes
+SHA1 (patch-aa) = 79bff6268ccd29b829be1e95d923c64d32873551
 SHA1 (patch-ac) = e45fe692355d6dae0b5a56f4e32201cbd606f125
diff -r 993d0d74b696 -r f965211f6922 textproc/ndtpd/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ndtpd/patches/patch-aa   Tue Nov 08 19:48:49 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2005/11/08 19:48:49 tv Exp $
+
+--- src/defs.h.in.orig 2001-03-01 09:35:35.000000000 -0500
++++ src/defs.h.in
+@@ -24,6 +24,7 @@
+ #include <time.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/time.h>
+ 
+ #include <eb/eb.h>
+ #include <eb/error.h>



Home | Main Index | Thread Index | Old Index