Index: src/libcfa/iostream
===================================================================
--- src/libcfa/iostream	(revision 22cf65e11a24edf081d60de102b7eb1104395caf)
+++ src/libcfa/iostream	(revision 7c919446f0d091483b2f675bb7d7ae9f4fd1d25a)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jun  2 08:07:55 2018
-// Update Count     : 153
+// Last Modified On : Sun Jul  1 10:43:07 2018
+// Update Count     : 154
 //
 
@@ -42,5 +42,5 @@
 	void open( ostype & os, const char * name, const char * mode );
 	void close( ostype & os );
-	ostype & write( ostype &, const char *, unsigned long int );
+	ostype & write( ostype &, const char *, size_t );
 	int fmt( ostype &, const char fmt[], ... );
 }; // ostream
