Subject: changed files: 'src/lib/libc/gen exec.c fnmatch.c fts.c getgrent.c getttyent.c syslog.c timezone.c ttyslot.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 11/24/1993 11:44:01
Update of /b/source/CVS/src/lib/libc/gen
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/tmp2/libc/gen
Modified Files:
exec.c fnmatch.c fts.c getgrent.c getttyent.c syslog.c
timezone.c ttyslot.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.
------------------------------------------------------------------------------