]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(SAME_INODE): Remove definition.
authorJim Meyering <jim@meyering.net>
Sat, 25 Jul 1998 15:30:08 +0000 (15:30 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Jul 1998 15:30:08 +0000 (15:30 +0000)
src/copy.c

index 0f2ae381028415f3a87efd3e6aa4d37382e09002..cf9f1b2591d3df1ff94e86c044077813ba596fdb 100644 (file)
       or if the target system doesn't support file ownership. */       \
    && ((errno != EPERM && errno != EINVAL) || x->myeuid == 0))
 
-#define SAME_INODE(Sb_1, Sb_2) \
-  ((Sb_1).st_ino == (Sb_2).st_ino \
-   && (Sb_1).st_dev == (Sb_2).st_dev)
-
 struct dir_list
 {
   struct dir_list *parent;