summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:13 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:13 +0000
commit291eeb2551238db113a7b97b3ac2f54aca0f804c (patch)
tree972f358f71ac46bd5a2da05ad9f6e5ea1cc7e547
parentf29890c259861c45cfae71547d2683a198313836 (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--pm.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/pm.c b/pm.c
index 180cd3a..f5cc3d1 100644
--- a/pm.c
+++ b/pm.c
@@ -29,7 +29,7 @@ authorization from The Open Group.
X Window System is a trademark of The Open Group.
*/
-/* $XFree86: xc/programs/xfwp/pm.c,v 1.8 2002/09/18 17:11:56 tsi Exp $ */
+/* $XFree86: xc/programs/xfwp/pm.c,v 1.9 2003/05/27 22:27:06 tsi Exp $ */
#include <stdio.h>
#include <stdlib.h>
@@ -109,11 +109,14 @@ void FWPprocessMessages(
* went through such contortions to set up earlier!
*/
program_data = (struct clientDataStruct *) client_data;
+
+#if 0 /* No-op */
/*
* initial check on expected message size
*/
CHECK_AT_LEAST_SIZE (iceConn, global_data.major_opcode, opcode,
length, SIZEOF (pmGetProxyAddrMsg), IceFatalToProtocol);
+#endif
IceReadCompleteMessage (iceConn, SIZEOF (pmGetProxyAddrMsg),
pmGetProxyAddrMsg, pMsg, pStart);