#ifdef out an unecessary function prototype that conflicted with the
system prototype. (Needed for gcc1)
This commit is contained in:
parent
41028f5e16
commit
c19d19d396
@ -80,8 +80,10 @@ off_t lseek ();
|
||||
#endif
|
||||
#else
|
||||
#include <strings.h>
|
||||
#ifndef __386BSD__
|
||||
char *memchr ();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef STDC_HEADERS
|
||||
|
@ -80,8 +80,10 @@ off_t lseek ();
|
||||
#endif
|
||||
#else
|
||||
#include <strings.h>
|
||||
#ifndef __386BSD__
|
||||
char *memchr ();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef STDC_HEADERS
|
||||
|
Loading…
Reference in New Issue
Block a user