1 --- ./util.c_ 2011-04-20 11:22:46.558521731 +0200
2 +++ ./util.c 2011-04-20 11:23:23.999880771 +0200
7 + else if (S_ISDIR(buf.st_mode)) {
8 + head = recursive_dir_list(root, entry_wrt_root, head);
9 + free(entry_wrt_root);
12 fatal("refusing to follow symbolic link: %s", entry);