From eef16c36ad6e90fd8eaad4d8bdbc1205bc28a66f Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 30 Dec 2005 05:44:14 +0000 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ include/dix-config.h.in | 3 +++ 2 files changed, 10 insertions(+) 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_ */