replaced mch_stat() in buffer.c

This commit is contained in:
Stefan Hoffmann
2014-05-02 22:04:20 +02:00
parent 8e8dae71da
commit c41535d69d
2 changed files with 69 additions and 109 deletions

View File

@@ -423,11 +423,9 @@ struct file_buffer {
char_u *b_sfname; /* short file name */
char_u *b_fname; /* current file name */
#ifdef UNIX
int b_dev_valid; /* TRUE when b_dev has a valid number */
dev_t b_dev; /* device number */
ino_t b_ino; /* inode number */
#endif
uint64_t b_dev; /* device number */
uint64_t b_ino; /* inode number */
int b_fnum; /* buffer number for this file. */