[PATCH 2/7] os: Repack ConnectionOutput for LP64
Adam Jackson
ajax at redhat.com
Thu Sep 20 13:56:03 PDT 2012
Reviewed-by: Daniel Stone <daniel at fooishbar.org>
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 fff0887..587bd03 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -119,8 +119,8 @@ typedef struct _connectionInput {
typedef struct _connectionOutput {
struct _connectionOutput *next;
- int size;
unsigned char *buf;
+ int size;
int count;
} ConnectionOutput, *ConnectionOutputPtr;
--
1.7.7.6
More information about the xorg-devel
mailing list