diff options
-rw-r--r-- | src/system.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/system.h b/src/system.h index c4534947a..09b94c13c 100644 --- a/src/system.h +++ b/src/system.h @@ -551,10 +551,7 @@ uid_t getuid (); /* Include automatically-generated macros for unlocked I/O. */ #include "unlocked-io.h" - -#define SAME_INODE(Stat_buf_1, Stat_buf_2) \ - ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \ - && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev) +#include "same-inode.h" #define DOT_OR_DOTDOT(Basename) \ (Basename[0] == '.' && (Basename[1] == '\0' \ |