mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user