Module Name: src Committed By: dholland Date: Sun Mar 18 17:09:46 UTC 2012
Modified Files: src/usr.bin/find: find.c Log Message: Avoid testing a possibly uninitialized errno value when using -exit. Closes PR 44973 (change is a somewhat more principled equivalent of the patch suggested there) although I cannot replicate the reported behavior unless I explicitly prepare errno with a nonzero value before the fts_read loop. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.bin/find/find.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.