summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-03-12 20:45:04 +0000
committerJim Meyering <jim@meyering.net>2006-03-12 20:45:04 +0000
commit90be59547e5bfd5a3b714186f59c1023095f07d5 (patch)
tree79b19eb41e083e5c38fd1ee3848f09886dd86e39
parent801f6fc44e2f758fdb4837a95cd95fe41b442a86 (diff)
downloadcoreutils-90be59547e5bfd5a3b714186f59c1023095f07d5.tar.xz
(SAME_INODE): Remove definition.
Include "same-inode.h", instead.
-rw-r--r--src/system.h5
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' \