From 8b57516414d56c7c9b9f2c390bbe86d3add12eef Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 6 Aug 2024 15:20:03 +0200 Subject: [PATCH] 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 Part-of: --- Xext/xres.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Xext/xres.c b/Xext/xres.c index dd776ba62..403ab74bb 100644 --- a/Xext/xres.c +++ b/Xext/xres.c @@ -1078,7 +1078,6 @@ static int _X_COLD SProcResDispatch (ClientPtr client) { REQUEST(xReq); - swaps(&stuff->length); switch (stuff->data) { case X_XResQueryVersion: