[PATCH 1/7] os: Repack ConnectionOutput for LP64

Adam Jackson ajax at redhat.com
Fri Jun 17 11:36:31 PDT 2011


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 os/osdep.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/os/osdep.h b/os/osdep.h
index 087e36d..67f6f5e 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -130,8 +130,8 @@ typedef struct _connectionInput {
 
 typedef struct _connectionOutput {
     struct _connectionOutput *next;
-    int size;
     unsigned char *buf;
+    int size;
     int count;
 } ConnectionOutput, *ConnectionOutputPtr;
 
-- 
1.7.5.4



More information about the xorg-devel mailing list