summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/pr
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-07-06 18:00:18 +0000
committernate <nate@FreeBSD.org>1993-07-06 18:00:18 +0000
commit8070683509c857f2d78623e0a501b3bf5b13906b (patch)
tree87e26612d905e92e62675a93dd98aedad3f9a751 /gnu/usr.bin/pr
parentb2b980b0d9d20c1199316aea521fa7f4cfa4a46d (diff)
downloadFreeBSD-src-8070683509c857f2d78623e0a501b3bf5b13906b.zip
FreeBSD-src-8070683509c857f2d78623e0a501b3bf5b13906b.tar.gz
#ifdef out an unecessary function prototype that conflicted with the
system prototype. (Needed for gcc1)
Diffstat (limited to 'gnu/usr.bin/pr')
-rw-r--r--gnu/usr.bin/pr/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/pr/system.h b/gnu/usr.bin/pr/system.h
index 2e03ea8..d26022d 100644
--- a/gnu/usr.bin/pr/system.h
+++ b/gnu/usr.bin/pr/system.h
@@ -80,8 +80,10 @@ off_t lseek ();
#endif
#else
#include <strings.h>
+#ifndef __386BSD__
char *memchr ();
#endif
+#endif
#include <errno.h>
#ifdef STDC_HEADERS
OpenPOWER on IntegriCloud