*** system.h.orig	Mon Nov 26 16:54:58 2012
--- system.h	Wed Nov 28 18:15:04 2012
***************
*** 535,542 ****
  #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)
  
  #define DOT_OR_DOTDOT(Basename) \
    (Basename[0] == '.' && (Basename[1] == '\0' \
--- 535,541 ----
  #include "unlocked-io.h"
  
  #define SAME_INODE(Stat_buf_1, Stat_buf_2) \
!   ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino)
  
  #define DOT_OR_DOTDOT(Basename) \
    (Basename[0] == '.' && (Basename[1] == '\0' \
