From 90be59547e5bfd5a3b714186f59c1023095f07d5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Mar 2006 20:45:04 +0000 Subject: (SAME_INODE): Remove definition. Include "same-inode.h", instead. --- src/system.h | 5 +---- 1 file changed, 1 insertion(+), 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' \ -- cgit v1.2.3-70-g09d2