summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:12 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:12 +0000
commitafd345eeffae6787ae85c25cccadb24b898a8ad8 (patch)
treeaf15cbe9a6275065f22e23097a1d6e26dc3bd42e
parent5618805b313d35d992d8f9562929f0b645a0ddb5 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
-rw-r--r--xfindproxy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xfindproxy.c b/xfindproxy.c
index 50c3e9f..7592167 100644
--- a/xfindproxy.c
+++ b/xfindproxy.c
@@ -25,7 +25,7 @@ not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xfindproxy/xfindproxy.c,v 1.8 2001/12/14 20:01:32 dawes Exp $ */
+/* $XFree86: xc/programs/xfindproxy/xfindproxy.c,v 1.9 2003/05/27 22:27:05 tsi Exp $ */
#include <stdio.h>
@@ -371,8 +371,10 @@ PMprocessMessages(IceConn iceConn, IcePointer clientData, int opcode,
GetProxyAddrReply *reply =
(GetProxyAddrReply *) (replyWait->reply);
+#if 0 /* No-op */
CHECK_AT_LEAST_SIZE (iceConn, PMopcode, opcode,
length, SIZEOF (pmGetProxyAddrReplyMsg), IceFatalToProtocol);
+#endif
IceReadCompleteMessage (iceConn, SIZEOF (pmGetProxyAddrReplyMsg),
pmGetProxyAddrReplyMsg, pMsg, pStart);