[uClibc-cvs] CVS uClibc++/include

CVS User gkajmowi gkajmowi at codepoet.org
Tue Jan 25 16:53:57 UTC 2005


Update of /var/cvs/uClibc++/include
In directory nail:/tmp/cvs-serv22216

Modified Files:
	streambuf 
Log Message:
Minor code cleanup

--- /var/cvs/uClibc++/include/streambuf	2005/01/20 18:12:39	1.9
+++ /var/cvs/uClibc++/include/streambuf	2005/01/25 16:53:57	1.10
@@ -195,8 +195,9 @@
 		virtual basic_streambuf<char_type,traits>* setbuf(char_type* , streamsize){
 			return 0;
 		}
-		virtual pos_type seekoff(off_type , ios_base::seekdir , 
-			ios_base::openmode = ios_base::in | ios_base::out){
+		virtual pos_type seekoff(off_type , ios_base::seekdir, 
+			ios_base::openmode = ios_base::in | ios_base::out)
+		{
 			return 0;
 		}
 		virtual pos_type seekpos(pos_type , ios_base::openmode = ios_base::in | ios_base::out){



More information about the uClibc-cvs mailing list