Subject: changed files: 'src/lib/libc/stdlib putenv.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 11/24/1993 11:44:15
Update of /b/source/CVS/src/lib/libc/stdlib
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/tmp2/libc/stdlib

Modified Files:
	putenv.c 
Log Message:
Change C library functions to use strchr() and strrchr() instead of index()
and rindex().  This will allow (strict {ANSI, POSIX, XOPEN}) applications 
to redefine index() and rindex() without effecting the library internals.


------------------------------------------------------------------------------