Add #undef BSD44SOCKETS, without which the listener socket on FreeBSD would

be created without the port number due to xtrans's define not being
    used when xtrans was compiled in the X Server.
This commit is contained in:
Eric Anholt 2005-12-30 05:44:14 +00:00
parent 7aa0ea23bc
commit eef16c36ad
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2005-12-29 Eric Anholt <anholt@FreeBSD.org>
* include/dix-config.h.in:
Add #undef BSD44SOCKETS, without which the listener socket on FreeBSD
would be created without the port number due to xtrans's define not
being used when xtrans was compiled in the X Server.
2005-12-29 Eric Anholt <anholt@FreeBSD.org>
* hw/xfree86/utils/kbd_mode/Makefile.am:

View File

@ -421,4 +421,7 @@
/* System is BSD-like */
#undef CSRG_BASED
/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
#undef BSD44SOCKETS
#endif /* _DIX_CONFIG_H_ */