diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:13 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:13 +0000 |
commit | 8e1ac4fe2b5d9e31a37469fb462eb728457ccfb5 (patch) | |
tree | 4c7631170253a20126ad1f30f544b7181555c3c1 /os | |
parent | 491f741a1b34f20831a30fa017e422154127d54f (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'os')
-rw-r--r-- | os/access.c | 5 | ||||
-rw-r--r-- | os/connection.c | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/os/access.c b/os/access.c index 72488fd..83103da 100644 --- a/os/access.c +++ b/os/access.c @@ -43,7 +43,7 @@ in this Software without prior written authorization from The Open Group. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF * THIS SOFTWARE. */ -/* $XFree86: xc/programs/xfs/os/access.c,v 3.7 2001/12/14 20:01:40 dawes Exp $ */ +/* $XFree86: xc/programs/xfs/os/access.c,v 3.8 2003/07/09 15:27:40 tsi Exp $ */ #include <X11/Xos.h> #ifndef Lynx @@ -76,10 +76,12 @@ AccessSetConnectionLimit(int num) MaxClients = num; } +#ifdef NOTDEF /* * XXX * * needs massive amounts of OS-dependent work (big surprise) + * needs IPv6 support as well */ int GetHostAddress(HostAddress *addr) @@ -102,6 +104,7 @@ GetHostAddress(HostAddress *addr) } return FSSuccess; } +#endif /* ARGSUSED */ int diff --git a/os/connection.c b/os/connection.c index c980b11..d17de6d 100644 --- a/os/connection.c +++ b/os/connection.c @@ -67,8 +67,9 @@ in this Software without prior written authorization from The Open Group. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF * THIS SOFTWARE. */ -/* $XFree86: xc/programs/xfs/os/connection.c,v 3.25 2002/10/15 01:45:03 dawes Exp $ */ +/* $XFree86: xc/programs/xfs/os/connection.c,v 3.26 2003/07/09 15:27:40 tsi Exp $ */ +#include <stdlib.h> #include <X11/Xtrans.h> #include <stdlib.h> #include "misc.h" |