1a8a092d9f
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
22 lines
406 B
C
22 lines
406 B
C
--- lib/wrapsock_r.c.orig 2016-06-17 22:39:47 UTC
|
|
+++ lib/wrapsock_r.c
|
|
@@ -97,19 +97,6 @@ Listen(int fd, int backlog)
|
|
}
|
|
/* 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)
|
|
{
|