Switch to unified view

a/src/utils/pathut.cpp b/src/utils/pathut.cpp
...
...
555
    stp->st_ctime = mst.st_mtime;
555
    stp->st_ctime = mst.st_mtime;
556
#else
556
#else
557
    stp->st_ino = mst.st_ino;
557
    stp->st_ino = mst.st_ino;
558
    stp->st_dev = mst.st_dev;
558
    stp->st_dev = mst.st_dev;
559
    stp->st_ctime = mst.st_ctime;
559
    stp->st_ctime = mst.st_ctime;
560
#endif
561
    stp->st_blocks = mst.st_blocks;
560
    stp->st_blocks = mst.st_blocks;
562
    stp->st_blksize = mst.st_blksize;
561
    stp->st_blksize = mst.st_blksize;
562
#endif
563
    return 0;
563
    return 0;
564
}
564
}
565
565
566
bool path_exists(const string& path)
566
bool path_exists(const string& path)
567
{
567
{