(index, rindex): Obsolete BSDisms; remove. Use standard strchr() and

strrchr() instead.
(setbuffer): Obsolete BSDism, unused; remove.
This commit is contained in:
Markus Armbruster 2004-01-08 18:15:13 +00:00
parent 4ae9c417b3
commit 64afd7747b
16 changed files with 29 additions and 227 deletions

View file

@ -123,10 +123,6 @@ extern s_char *calloc();
extern s_char *ctime();
extern s_char *strncpy();
extern s_char *strcpy();
#ifndef NeXT
extern s_char *index();
extern s_char *rindex();
#endif /* NeXT */
#endif /* !aix && !sgi */
extern time_t time();