#ifdef out an unecessary function prototype that conflicted with the

system prototype. (Needed for gcc1)
This commit is contained in:
nate 1993-07-06 18:00:18 +00:00
parent 41028f5e16
commit c19d19d396
2 changed files with 4 additions and 0 deletions

View File

@ -80,8 +80,10 @@ off_t lseek ();
#endif
#else
#include <strings.h>
#ifndef __386BSD__
char *memchr ();
#endif
#endif
#include <errno.h>
#ifdef STDC_HEADERS

View File

@ -80,8 +80,10 @@ off_t lseek ();
#endif
#else
#include <strings.h>
#ifndef __386BSD__
char *memchr ();
#endif
#endif
#include <errno.h>
#ifdef STDC_HEADERS