replaced last mch_stat() and mch_lstat()

files: memline.c and fileio.c
This commit is contained in:
Stefan Hoffmann
2014-05-03 16:00:03 +02:00
parent c41535d69d
commit 65abdad02a
4 changed files with 140 additions and 157 deletions

View File

@@ -229,6 +229,7 @@
# define MAXPATHL 1024
#endif
// TODO(stefan991): remove macro
#define CHECK_INODE /* used when checking if a swap file already
exists for a file */
# ifndef DFLT_MAXMEM
@@ -276,7 +277,6 @@
#endif
#define HAVE_DUP /* have dup() */
#define HAVE_ST_MODE /* have stat.st_mode */
/* We have three kinds of ACL support. */
#define HAVE_ACL (HAVE_POSIX_ACL || HAVE_SOLARIS_ACL || HAVE_AIX_ACL)