From: Jim Meyering Date: Sun, 12 Mar 2006 20:45:04 +0000 (+0000) Subject: (SAME_INODE): Remove definition. X-Git-Tag: v6.0~622 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90be59547e5bfd5a3b714186f59c1023095f07d5;p=thirdparty%2Fcoreutils.git (SAME_INODE): Remove definition. Include "same-inode.h", instead. --- diff --git a/src/system.h b/src/system.h index c4534947a3..09b94c13c7 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' \