ANSIfication; bug report 4.3BSD/bin/223
[unix-history] / usr / src / include / stdio.h
index 5669c5d..3a9117a 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)stdio.h     5.3 (Berkeley) %G%
+ *     @(#)stdio.h     5.4 (Berkeley) %G%
  */
 
 # ifndef FILE
  */
 
 # ifndef FILE
@@ -59,7 +59,5 @@ FILE  *popen();
 long   ftell();
 char   *fgets();
 char   *gets();
 long   ftell();
 char   *fgets();
 char   *gets();
-#ifdef vax
-char   *sprintf();             /* too painful to do right */
-#endif
+int    sprintf();      /* here until everyone does it right */
 # endif
 # endif