IRIX 5.3, 3.3.2, XDM Problem SOLVED


Stephen Anderson ()
Mon, 08 Jun 1998 12:05:44 +0100


I suppose it was only a matter of time...

As far as I can tell, the problem was that access.c should have been set
up to use SIOCGIFCONF as a native ioctl on IRIX. I'm *assuming* this is
the right thing to do, I haven't had time to check this. It certainly
*seems* to work. Here's the patch; am I right in assuming this change
should be percolated into the XFree sources?

As an aside, 3.3.2 seems to have fixed my Nedit problems as well...

--------------------------------------------------------------------
*** Xvnc/programs/Xserver/os/access.c Mon Mar 2 11:56:36 1998
--- Xvnc/programs/Xserver/os/access.c Mon Jun 8 11:53:15 1998
***************
*** 280,286 ****
  }
   
   
! #if ((defined(SVR4) && !defined(SCO325) && !defined(sun) && !defined(NCR)) || defined(ISC)) && defined(SIOCGIFCONF)
   
  /* Deal with different SIOCGIFCONF ioctl semantics on these OSs */
   
--- 280,286 ----
  }
   
   
! #if ((defined(SVR4) && !defined(SCO325) && !defined(sun) && !defined(NCR) && !defined(sgi)) || defined(ISC)) && defined(SIOCGIFCONF)
   
  /* Deal with different SIOCGIFCONF ioctl semantics on these OSs */

--------------------------------------------------------------------------

--
Stephen Anderson                  
Planet Online : The White House       | Tel : +44 (0) 113 2345566
Melbourne Street, Leeds LS2 7PS, UK.  | Fax : +44 (0) 113 2240003


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