From 542d8c2cf27350c79aeb4300ff16e1474ae770d7 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 14 Oct 2002 11:55:14 +0000 Subject: [PATCH] Arrrgh. Missed in previous commit. --- devel/pth/patches/patch-aj | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 devel/pth/patches/patch-aj diff --git a/devel/pth/patches/patch-aj b/devel/pth/patches/patch-aj new file mode 100644 index 000000000000..4fcfd1e8fe5b --- /dev/null +++ b/devel/pth/patches/patch-aj @@ -0,0 +1,30 @@ +$NetBSD: patch-aj,v 1.1 2002/10/14 11:55:14 skrll Exp $ + +--- pth_util.c.orig Sun Jan 27 13:11:39 2002 ++++ pth_util.c +@@ -181,3 +181,25 @@ intern int pth_util_fds_select(int nfd, + return n; + } + ++/* ++ * zero the first 'nfd' file descriptors in an fd_set. ++ */ ++intern int pth_util_fd_zero(int nfd, fd_set *fds) ++{ ++ int i; ++ for (i=0; i