From 5de0c2582f9c80874b4f4a5b86d250059bfaa85b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 12 Jan 2012 12:10:07 -0800 Subject: [PATCH] Revert "os: Repack ConnectionOutput for LP64" This reverts commit d5f724544afd2949cebfcf4f0b4510ec0c701bec. ABI change pended for 1.13 --- os/osdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/osdep.h b/os/osdep.h index 3f774c2ac..70e2a0726 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -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;