new copyright; att/bsd/shared
[unix-history] / usr / src / lib / libc / stdlib / putenv.c
index 0636ee4..5f30fe0 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)putenv.c   5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)putenv.c   5.4 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <stdlib.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <stdlib.h>
@@ -14,7 +14,7 @@ static char sccsid[] = "@(#)putenv.c  5.3 (Berkeley) %G%";
 
 int
 putenv(str)
 
 int
 putenv(str)
-       char *str;
+       const char *str;
 {
        register char *p, *equal;
        int rval;
 {
        register char *p, *equal;
        int rval;