Do not return an error in fts_open(3) if one of the paths in argv
authormillert <millert@openbsd.org>
Tue, 28 Jun 2016 17:12:29 +0000 (17:12 +0000)
committermillert <millert@openbsd.org>
Tue, 28 Jun 2016 17:12:29 +0000 (17:12 +0000)
commitb2969c7cce26fcf800a05bdc7ddb49f9c3ae393c
treeda65438ae44c6dc251ea6f5c4c5142d04279a224
parent3377413b2b5aaca180b68a20738e0f16f54b3c52
Do not return an error in fts_open(3) if one of the paths in argv
is empty.  Otherwise, programs using fts(3) will report an error
if one of the paths is empty instead of just treating it as a
non-existent file.  OK guenther@
lib/libc/gen/fts.c