--- pth_high.c	Wed Apr  2 11:07:03 2003
+++ pth_high.c.orig	Wed Apr  2 11:05:56 2003
@@ -1297,9 +1297,7 @@
 /* Pth variant of SUSv2 recv(2) with extra event(s) */
 ssize_t pth_recv_ev(int s, void *buf, size_t len, int flags, pth_event_t ev)
 {
-    socklen_t fromlen = 0;
-
-    return pth_recvfrom_ev(s, buf, len, flags, NULL, &fromlen, ev);
+    return pth_recvfrom_ev(s, buf, len, flags, NULL, 0, ev);
 }
 
 /* Pth variant of SUSv2 recvfrom(2) */
