ae6e8f236b
time right now. Tree is still locked! Reasons for the update: - good work that can be used now - only builds on i386/amd64, and they're fast - multiple security problems in old chrome - old chrome half working, can't break it more than it was. This one requires resources (see MESSAGE), but it's ways more stable. Again, discussed with sthen@, jasper@, naddy@, miod@
13 lines
506 B
Plaintext
13 lines
506 B
Plaintext
$OpenBSD: patch-remoting_base_compound_buffer_h,v 1.1 2011/02/08 09:43:02 espie Exp $
|
|
--- remoting/base/compound_buffer.h.orig Fri Jan 21 10:19:47 2011
|
|
+++ remoting/base/compound_buffer.h Mon Jan 24 10:27:00 2011
|
|
@@ -108,7 +108,7 @@ class CompoundBufferInputStream
|
|
virtual bool Next(const void** data, int* size);
|
|
virtual void BackUp(int count);
|
|
virtual bool Skip(int count);
|
|
- virtual int64 ByteCount() const;
|
|
+ virtual int64_t ByteCount() const;
|
|
|
|
private:
|
|
const CompoundBuffer* buffer_;
|