mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 13:28:08 +02:00
Merge from HEAD: 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:
parent
a0e4ae6b2a
commit
b3bf088822
2 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
2006-02-15 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
|
* include/dix-config.h.in:
|
||||||
|
Merge from HEAD:
|
||||||
|
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.
|
||||||
|
|
||||||
2006-02-15 Eric Anholt <anholt@FreeBSD.org>
|
2006-02-15 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
||||||
|
|
@ -421,4 +421,7 @@
|
||||||
/* System is BSD-like */
|
/* System is BSD-like */
|
||||||
#undef CSRG_BASED
|
#undef CSRG_BASED
|
||||||
|
|
||||||
|
/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
|
||||||
|
#undef BSD44SOCKETS
|
||||||
|
|
||||||
#endif /* _DIX_CONFIG_H_ */
|
#endif /* _DIX_CONFIG_H_ */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue