Re: success on HPs


Karl Hakimian ()
Tue, 3 Mar 1998 10:44:40 -0800


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



This archive was generated by on Wed Feb 03 1999 - 15:32:42 GMT