Regression from: 48e7a2ef574c8b38c4f8f07b45f54c8bfd02552b Found-by: Tinderbox
CC: Daniel Stone <[email protected]> CC: Adam Jackson <[email protected]> Signed-off-by: Jeremy Huddleston <[email protected]> --- os/io.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os/io.c b/os/io.c index 78b7260..fa49d66 100644 --- a/os/io.c +++ b/os/io.c @@ -92,14 +92,14 @@ typedef struct _connectionInput { int lenLastReq; int size; unsigned int ignoreBytes; /* bytes to ignore before the next request */ -} ConnectionInput, *ConnectionInputPtr; +} ConnectionInput; typedef struct _connectionOutput { struct _connectionOutput *next; unsigned char *buf; int size; int count; -} ConnectionOutput, *ConnectionOutputPtr; +} ConnectionOutput; static ConnectionInputPtr AllocateInputBuffer(void); static ConnectionOutputPtr AllocateOutputBuffer(void); -- 1.7.7.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
