updated on Wed Jan 18 04:00:29 UTC 2012
[aur-mirror.git] / prcs / gcc-34.patch
blobc62fc2df9414d0eba1d60eb930107ae1245e9be1
1 # credit Andreas Jochens, see:
2 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=268350
3 # diff -urN ../tmp-orig/prcs-1.3.3/src/rebuild.cc ./src/rebuild.cc
4 --- ../tmp-orig/prcs-1.3.3/src/rebuild.cc 2004-05-10 03:21:20.000000000 +0200
5 +++ src/prcs-1.3.3/src/rebuild.cc
6 @@ -1003,7 +1003,7 @@
7 buf->pubseekoff(0, ios::end, ios::out);
8 #else
9 buf = new __gnu_cxx::stdio_filebuf<char> (seg->fd(), ios::out,
10 - false /* close */, default_segment_size);
11 + false /* close */);
12 buf->pubseekoff(0, ios::end, ios::out);
13 #endif
14 os = new ostream(buf);