[PATCH 2/7] os: Repack ConnectionOutput for LP64
Alan Coopersmith
alan.coopersmith at oracle.com
Fri Sep 21 02:59:41 PDT 2012
On 09/20/12 10:56 PM, Adam Jackson wrote:
> 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;
>
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
More information about the xorg-devel
mailing list