Fixes for warnings related to -Wimplicit-int.
[oweals/cde.git] / cde / programs / dtksh / ksh93 / src / lib / libast / sfio / sfopen.c
index 54ff9a3ec3d595cbad650a3da463d7ddffbfeccb..70260eabd7de4200d6b02b2981bb14357367dadc 100644 (file)
@@ -113,7 +113,7 @@ reg char    *mode;          /* mode of the stream */
 }
 
 #if __STD_C
-_sftype(reg const char *mode, int *oflagsp)
+int _sftype(reg const char *mode, int *oflagsp)
 #else
 _sftype(mode, oflagsp)
 reg char       *mode;