NetBSD/usr.bin/find
dholland 83889b37fd 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.
2012-03-18 17:09:46 +00:00
..
extern.h
find.1 Updates to the find(1) man page, based on PR 45381 from Greg Woods, 2011-09-24 13:45:43 +00:00
find.c Avoid testing a possibly uninitialized errno value when using -exit. 2012-03-18 17:09:46 +00:00
find.h
function.c Fix unchecked malloc, check for overflow (Maksymilian Arciemowicz) 2011-09-22 12:49:57 +00:00
ls.c NULL does not need a cast 2011-08-31 16:24:54 +00:00
main.c Use __dead 2011-09-16 15:39:25 +00:00
Makefile
misc.c
operator.c
option.c