Fixes for warnings related to -Wimplicit-int.
[oweals/cde.git] / cde / programs / dtksh / ksh93 / src / lib / libast / sfio / sfpool.c
index 91586459949b4fc4ac3282d4e31920f03d04d3ba..11affd545e8488b19d6d474607e7f0b46de26030 100644 (file)
@@ -106,7 +106,7 @@ reg int     mode;
 
 /* move a stream to head */
 #if __STD_C
-static _sfphead(Sfpool_t* p, Sfio_t* f, int n)
+static int _sfphead(Sfpool_t* p, Sfio_t* f, int n)
 #else
 static _sfphead(p, f, n)
 Sfpool_t*      p;      /* the pool                     */