Revert "os: Repack ConnectionOutput for LP64"

This reverts commit d5f724544a.

ABI change pended for 1.13
This commit is contained in:
Keith Packard 2012-01-12 12:10:07 -08:00
parent 11331305d4
commit 5de0c2582f

View File

@ -120,8 +120,8 @@ typedef struct _connectionInput {
typedef struct _connectionOutput {
struct _connectionOutput *next;
unsigned char *buf;
int size;
unsigned char *buf;
int count;
} ConnectionOutput, *ConnectionOutputPtr;