Index: tests/io/eofType.cfa
===================================================================
--- tests/io/eofType.cfa	(revision 5db1707751602a75730adf36d02b13b6b98dbfb5)
+++ tests/io/eofType.cfa	(revision e051c8e55b4599997384919a249c4449af8ca301)
@@ -10,12 +10,11 @@
 // Created On       : Wed Jan 22 07:41:41 2025
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Jan 22 08:21:25 2025
-// Update Count     : 4
+// Last Modified On : Wed Jan 22 08:33:21 2025
+// Update Count     : 6
 // 
 
 #include <fstream.hfa>									// sin/sout
-#include <unistd.h>
 
-void openfile( ifstream & testfile, char * filename ) {	// helper
+void openfile( ifstream & testfile, const char * filename ) { // helper
 	try {
 		open( testfile, filename );
