Index: iolib/printf.c
===================================================================
--- iolib/printf.c	(revision 4f508e6879b14fc73a3587ac6cd023ca6262eae8)
+++ iolib/printf.c	(revision 6d3de83fd4076aa46a865005aa0090405ad9f7a5)
@@ -19,4 +19,6 @@
 extern	long	dofmt_();
 
+static	int	fpsub();
+
 /*
    =============================================================================
@@ -31,5 +33,4 @@
 {
 	register long count;
-	int fpsub();
 	va_list aptr;
 
Index: iolib/sprintf.c
===================================================================
--- iolib/sprintf.c	(revision 4f508e6879b14fc73a3587ac6cd023ca6262eae8)
+++ iolib/sprintf.c	(revision 6d3de83fd4076aa46a865005aa0090405ad9f7a5)
@@ -11,4 +11,5 @@
 
 static char	*buff;
+static int	spsub();
 
 /*
@@ -23,6 +24,4 @@
 va_dcl
 {
-	int spsub();
-
 	register long count;
 	va_list aptr;
