On 09/20/12 10:56 PM, Adam Jackson wrote:
Reviewed-by: Daniel Stone<[email protected]> Signed-off-by: Adam Jackson<[email protected]> --- 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;
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - http://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
