success on HPs
Karl Hakimian
hakimian "at" aha.com
Tue, 03 Mar 1998 18:46:39 +0000
On Tue, Mar 03, 1998 at 08:28:34AM -0800, Karl Hakimian wrote:
> I got Xvnc (and the rest of the vnc stuff) working on HPUX 10.20. Here's
I ran into a bit of a problem with Xvnc. The following patch seems to
take care of it. I don't know how it will affect other machines, but I
would think it should be OK.
-- Cut here for patch --
*** hw/vnc/sockets.c.orig Wed Jan 21 10:12:46 1998
--- hw/vnc/sockets.c Tue Mar 3 10:43:50 1998
***************
*** 389,395 ****
exit(1);
} else {
! if (errno != EWOULDBLOCK) {
return n;
}
--- 389,395 ----
exit(1);
} else {
! if (errno != EWOULDBLOCK && errno != EAGAIN) {
return n;
}
-- Cut here for patch --
--
Karl Hakimian
hakimian "at" aha.com