summaryrefslogtreecommitdiff
path: root/src/XSecurity.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-07 16:31:16 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-07 16:31:16 -0800
commitbb24f2970f2e425f4df90c9b73d078ad15a73fbb (patch)
tree661b6df5aa834e864be70339bd3f17d4fd41f34b /src/XSecurity.c
parent7378d4bdbd33ed49ed6cfa5c4f73d7527982aab4 (diff)
downloadxorg-lib-libXext-bb24f2970f2e425f4df90c9b73d078ad15a73fbb.tar.gz
Remove fallback for _XEatDataWords, require libX11 1.6 for it
_XEatDataWords was orignally introduced with the May 2013 security patches, and in order to ease the process of delivering those, fallback versions of _XEatDataWords were included in the X extension library patches so they could be applied to older versions that didn't have libX11 1.6 yet. Now that we're past that hurdle, we can drop the fallbacks and just require libX11 1.6 for building new versions of the extension libraries. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/XSecurity.c')
-rw-r--r--src/XSecurity.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/XSecurity.c b/src/XSecurity.c
index ab17755..73305a3 100644
--- a/src/XSecurity.c
+++ b/src/XSecurity.c
@@ -33,7 +33,6 @@ in this Software without prior written authorization from The Open Group.
#include <X11/extensions/extutil.h>
#include <X11/extensions/securproto.h>
#include <X11/extensions/security.h>
-#include "eat.h"
static XExtensionInfo _Security_info_data;
static XExtensionInfo *Security_info = &_Security_info_data;