From 8510348c65d89db8308f2339f0572bf1cd187d24 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 6 Aug 2024 15:20:03 +0200 Subject: [PATCH] (submit/fixup-req-len) Xext: xres: drop swapping request length fields The request struct's length fields aren't used anymore - we have the client->req_len field instead, which also is bigreq-compatible. Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/xres.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Xext/xres.c b/Xext/xres.c index d190dc589..1ce3ea7df 100644 --- a/Xext/xres.c +++ b/Xext/xres.c @@ -1069,7 +1069,6 @@ static int _X_COLD SProcResDispatch (ClientPtr client) { REQUEST(xReq); - swaps(&stuff->length); switch (stuff->data) { case X_XResQueryVersion: