ru 2006-10-18 10:58:27 UTC FreeBSD src repository Modified files: bin/ls print.c Log: Avoid a spurious warning for each whiteout found during "ls -lW". # ls -lW total 2 -rw-r--r-- 1 root wheel 6 Oct 18 14:46 file1 ls: ./file2: No such file or directory w--------- 0 root wheel 0 Jan 1 1970 file2 Revision Changes Path 1.76 +3 -2 src/bin/ls/print.c