#ifdef out an unecessary function prototype that conflicted with the

system prototype. (Needed for gcc1)
This commit is contained in:
Nate Williams 1993-07-06 18:00:18 +00:00
parent 961fadf86f
commit 574af12988
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92
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