IRIX 5.3, 3.3.2, XDM Problem SOLVED
Stephen Anderson
stephen.anderson "at" planet.net.uk
Mon, 08 Jun 1998 12:10:55 +0000
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 Stephen.Anderson "at" planet.net.uk
Planet Online : The White House | Tel : +44 (0) 113 2345566
Melbourne Street, Leeds LS2 7PS, UK. | Fax : +44 (0) 113 2240003