[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/sysdep.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/sysdep.c |
Date: |
Sat, 17 Aug 2002 00:56:13 -0400 |
Index: emacs/src/sysdep.c
diff -c emacs/src/sysdep.c:1.242 emacs/src/sysdep.c:1.243
*** emacs/src/sysdep.c:1.242 Tue Jul 23 22:07:26 2002
--- emacs/src/sysdep.c Sat Aug 17 00:56:13 2002
***************
*** 143,148 ****
--- 143,152 ----
#define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time
*/
#endif /* VMS */
+ #ifndef VMS
+ #include <sys/file.h>
+ #endif /* not VMS */
+
#ifndef BSD4_1
#ifdef BSD_SYSTEM /* avoid writing defined (BSD_SYSTEM) || defined (USG)
because the vms compiler doesn't grok `defined' */
- [Emacs-diffs] Changes to emacs/src/sysdep.c,
Richard M. Stallman <=