This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / usr.bin / sort / system.h
index 2e03ea8..d26022d 100644 (file)
@@ -80,8 +80,10 @@ off_t lseek ();
 #endif
 #else
 #include <strings.h>
 #endif
 #else
 #include <strings.h>
+#ifndef __386BSD__
 char *memchr ();
 #endif
 char *memchr ();
 #endif
+#endif
 
 #include <errno.h>
 #ifdef STDC_HEADERS
 
 #include <errno.h>
 #ifdef STDC_HEADERS