aboutsummaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-aq
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-10-02 19:13:06 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-10-02 19:13:06 +0000
commita759fd52db0359173523ebf62e3c4521554d0fcf (patch)
treee7e27217d3de213cc80604d456d25a7f1d6577d7 /net/libunp/files/patch-aq
parentc29496611cd7fb76f7256e246fee15f72de7a93c (diff)
downloadports-a759fd52db0359173523ebf62e3c4521554d0fcf.tar.gz
ports-a759fd52db0359173523ebf62e3c4521554d0fcf.zip
Notes
Diffstat (limited to 'net/libunp/files/patch-aq')
-rw-r--r--net/libunp/files/patch-aq22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/libunp/files/patch-aq b/net/libunp/files/patch-aq
new file mode 100644
index 000000000000..d53ced0afae2
--- /dev/null
+++ b/net/libunp/files/patch-aq
@@ -0,0 +1,22 @@
+--- lib/wrapsock_r.c.orig Thu Sep 30 12:04:02 1999
++++ lib/wrapsock_r.c Thu Sep 30 12:04:10 1999
+@@ -97,19 +97,6 @@
+ }
+ /* end Listen */
+
+-#ifdef HAVE_POLL
+-int
+-Poll(struct pollfd *fdarray, unsigned long nfds, int timeout)
+-{
+- int n;
+-
+- if ( (n = poll(fdarray, nfds, timeout)) < 0)
+- err_sys("poll error");
+-
+- return(n);
+-}
+-#endif
+-
+ ssize_t
+ Recv(int fd, void *ptr, size_t nbytes, int flags)
+ {