Index: libcio/fprintf.c
===================================================================
--- libcio/fprintf.c	(revision c6f3870e92a1f1b63c309abbc032e9e5d02a197b)
+++ libcio/fprintf.c	(revision ab831410f4986c6eb0768538abede9e201092183)
@@ -12,5 +12,5 @@
 static FILE *Stream;
 
-extern	int	_dofmt();
+extern	int	dofmt_();
 extern	int	aputc();
 
@@ -24,5 +24,5 @@
 	Stream = stream;
 	va_start(aptr, fmt);
-	count = _dofmt(fpsub, fmt, aptr);
+	count = dofmt_(fpsub, fmt, aptr);
 	va_end(aptr);
 	return(count);
Index: misc/proto.c
===================================================================
--- misc/proto.c	(revision c6f3870e92a1f1b63c309abbc032e9e5d02a197b)
+++ misc/proto.c	(revision ab831410f4986c6eb0768538abede9e201092183)
@@ -75,8 +75,4 @@
 }
 
-void _dofmt(void)
-{
-}
-
 void execins(void)
 {
