diff --git a/ChangeLog b/ChangeLog index 880a534e5..4c9806830 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-12-29 Eric Anholt + + * 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 * hw/xfree86/utils/kbd_mode/Makefile.am: diff --git a/include/dix-config.h.in b/include/dix-config.h.in index f41da9f20..960080e8f 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -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_ */