Jim Meyering wrote:
> Did you find that by using some new tool to check
> for unnecessary dependencies, or "just" by inspection?

Just by inspection.

The first approximation was done by 'grep'ing for the function calls,
e.g. grep "fstat (". The second inspection was line by line.

This particular one I found because I was wondering why fstatat() would
have to deal with non-directory file descriptors.

Bruno
-- 
In memoriam The inmates of the Daugavpils Ghetto 
<http://en.wikipedia.org/wiki/Daugavpils_Ghetto>

Reply via email to