(dirfd): Reflect the fact that DIR_TO_FD now takes an argument.

This commit is contained in:
Jim Meyering 2001-11-03 18:50:53 +00:00
parent ef991b4aa3
commit 4f2e8e8b2b

View File

@ -26,5 +26,5 @@
int
dirfd (DIR const *dir_p)
{
return DIR_TO_FD;
return DIR_TO_FD (dir_p);
}