Return -E_OSL_NOENT if stat/open fails with errno == ENOENT.
authorAndre Noll <maan@systemlinux.org>
Fri, 12 Jun 2009 19:54:19 +0000 (21:54 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 12 Jun 2009 19:54:19 +0000 (21:54 +0200)
commitcf207dcadaa03addb1381012f9b822a754a526af
tree3c6e40eeddd0c250138659120251114b31ecf60c
parent22abcc2013d2f68ec55e5e0113c682899662c7d7
Return -E_OSL_NOENT if stat/open fails with errno == ENOENT.

This often indicates a non-fatal error, so callers might want to
know.
osl.c
util.c
util.h