diff options
Diffstat (limited to 'emulators/bsvc/files')
-rw-r--r-- | emulators/bsvc/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/bsvc/files/patch-ai b/emulators/bsvc/files/patch-ai new file mode 100644 index 000000000000..fdf0977b9719 --- /dev/null +++ b/emulators/bsvc/files/patch-ai @@ -0,0 +1,11 @@ +--- 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, (timeval*)0); + # endif + + if(FD_ISSET(0, &readfds)) |