(index, rindex): Obsolete BSDisms; remove. Use standard strchr() and
strrchr() instead. (setbuffer): Obsolete BSDism, unused; remove.
This commit is contained in:
parent
4ae9c417b3
commit
64afd7747b
16 changed files with 29 additions and 227 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue