ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/classlib-3.1.2-gcc46.patch
Revision: 1.3
Committed: Wed Aug 31 13:30:57 2011 UTC (13 years, 8 months ago) by eulisse
Branch: MAIN
Changes since 1.2: +0 -0 lines
Log Message:
Resurrect from attic.

File Contents

# User Rev Content
1 elmer 1.1 diff -Naur orig.classlib-3.1.2/classlib/iotools/ReadWriteBuffer.h classlib-3.1.2/classlib/iotools/ReadWriteBuffer.h
2     --- orig.classlib-3.1.2/classlib/iotools/ReadWriteBuffer.h 2010-10-22 20:09:35.000000000 +0200
3     +++ classlib-3.1.2/classlib/iotools/ReadWriteBuffer.h 2011-03-05 21:30:03.000000000 +0100
4     @@ -2,7 +2,7 @@
5     # define CLASSLIB_READ_WRITE_BUFFER_H
6     # include "classlib/sysapi/system.h"
7     # include "classlib/sysapi/IOTypes.h"
8     -
9     +# include <stddef.h>
10     namespace lat {
11    
12     /** Buffer for reads and writes to a seekable backing store.