From bc5fb8c0928498c32dc33680d40d50e6db5879b6 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 24 Oct 2017 14:38:12 -0400 Subject: [PATCH] dix: Don't vary the ClientRec ABI at build time Just no. Signed-off-by: Adam Jackson Reviewed-by: Julien Cristau --- include/dixstruct.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/dixstruct.h b/include/dixstruct.h index 70f87959e..28bff66f8 100644 --- a/include/dixstruct.h +++ b/include/dixstruct.h @@ -111,9 +111,7 @@ typedef struct _Client { DeviceIntPtr clientPtr; ClientIdPtr clientIds; -#if XTRANS_SEND_FDS int req_fds; -#endif } ClientRec; #if XTRANS_SEND_FDS