CVSROOT: /cvs Module name: src Changes by: ha...@cvs.openbsd.org 2021/09/01 12:16:52
Modified files: usr.bin/diff : diffreg.c Log message: consider two files sharing the same inode identical This gives a substantial speedup when comparing directory structures with many hardlinked files, e.g. when using rsnapshot for incremental backup. ok stsp@ millert@