comparison src/callproc.c @ 6818:6a9b0b5399ce

If we include fcntl.h, define INCLUDED_FCNTL.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Apr 1994 03:25:18 +0000
parents e095c5efe2e0
children 86de9106eb84
comparison
equal deleted inserted replaced
6817:51ff777c8fd6 6818:6a9b0b5399ce
35 35
36 #include <sys/types.h> 36 #include <sys/types.h>
37 37
38 #include <sys/file.h> 38 #include <sys/file.h>
39 #ifdef USG5 39 #ifdef USG5
40 #define INCLUDED_FCNTL
40 #include <fcntl.h> 41 #include <fcntl.h>
41 #endif 42 #endif
42 43
43 #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ 44 #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */
45 #define INCLUDED_FCNTL
44 #include <fcntl.h> 46 #include <fcntl.h>
45 #include <sys/stat.h> 47 #include <sys/stat.h>
46 #include <sys/param.h> 48 #include <sys/param.h>
47 #include <errno.h> 49 #include <errno.h>
48 #endif /* MSDOS */ 50 #endif /* MSDOS */