mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
436 B
Plaintext
12 lines
436 B
Plaintext
--- Tools/xtermpipe/xtermpipe.cxx.orig Mon Nov 9 12:39:28 1998
|
|
+++ Tools/xtermpipe/xtermpipe.cxx Sat Feb 12 11:02:02 2000
|
|
@@ -31,7 +31,7 @@
|
|
select(pipe_id + 1, (int*)&readfds, (int*)&writefds, (int*)&exceptfds,
|
|
(void*)0);
|
|
# else
|
|
- select(pipe_id + 1, &readfds, &writefds, &exceptfds, (void*)0);
|
|
+ select(pipe_id + 1, &readfds, &writefds, &exceptfds, (struct timeval*)0);
|
|
# endif
|
|
|
|
if(FD_ISSET(0, &readfds))
|