date and time created 91/03/06 18:09:53 by bostic
[unix-history] / usr / src / lib / libc / stdio / vsprintf.c
index c2c23f3..f88bc44 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)vsprintf.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)vsprintf.c 5.5 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <stdio.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <stdio.h>
@@ -17,7 +17,7 @@ static char sccsid[] = "@(#)vsprintf.c        5.4 (Berkeley) %G%";
 
 vsprintf(str, fmt, ap)
        char *str;
 
 vsprintf(str, fmt, ap)
        char *str;
-       char *fmt;
+       const char *fmt;
        _VA_LIST_ ap;
 {
        int ret;
        _VA_LIST_ ap;
 {
        int ret;