Index: src/libcfa/iostream
===================================================================
--- src/libcfa/iostream	(revision 7c919446f0d091483b2f675bb7d7ae9f4fd1d25a)
+++ src/libcfa/iostream	(revision 062e8df6b7bfeda5076f3a78100f203e2752fdf8)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun Jul  1 10:43:07 2018
-// Update Count     : 154
+// Last Modified On : Sun Jul  1 12:12:22 2018
+// Update Count     : 155
 //
 
@@ -117,5 +117,5 @@
 	void open( istype & is, const char * name );
 	void close( istype & is );
-	istype & read( istype &, char *, unsigned long int );
+	istype & read( istype &, char *, size_t );
 	istype & ungetc( istype &, char );
 	int fmt( istype &, const char fmt[], ... );
