$OpenBSD: patch-remoting_base_compound_buffer_cc,v 1.2 2011/03/15 11:38:05 robert Exp $
--- remoting/base/compound_buffer.cc.orig	Fri Mar 11 10:01:06 2011
+++ remoting/base/compound_buffer.cc	Mon Mar 14 10:55:37 2011
@@ -270,7 +270,7 @@ bool CompoundBufferInputStream::Skip(int count) {
   return count == 0;
 }
 
-int64 CompoundBufferInputStream::ByteCount() const {
+int64_t CompoundBufferInputStream::ByteCount() const {
   return position_;
 }
 
