aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 206ecca427a..c56aefdd907 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -143,6 +143,10 @@ extern int errno;
143#define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time */ 143#define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time */
144#endif /* VMS */ 144#endif /* VMS */
145 145
146#ifndef VMS
147#include <sys/file.h>
148#endif /* not VMS */
149
146#ifndef BSD4_1 150#ifndef BSD4_1
147#ifdef BSD_SYSTEM /* avoid writing defined (BSD_SYSTEM) || defined (USG) 151#ifdef BSD_SYSTEM /* avoid writing defined (BSD_SYSTEM) || defined (USG)
148 because the vms compiler doesn't grok `defined' */ 152 because the vms compiler doesn't grok `defined' */