summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-10-24 14:38:12 -0400
committerAdam Jackson <ajax@redhat.com>2017-10-24 15:53:11 -0400
commitbc5fb8c0928498c32dc33680d40d50e6db5879b6 (patch)
treed2a994f37c6005430557adb4dcba9d66afef8ca8 /include
parent0c3ad9d1e06294b4f66717798afa4f5dfa505469 (diff)
dix: Don't vary the ClientRec ABI at build time
Just no. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'include')
-rw-r--r--include/dixstruct.h2
1 files changed, 0 insertions, 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