changeset 3585:1640dea28980

(dirfd): Reflect the fact that DIR_TO_FD now takes an argument.
author Jim Meyering <jim@meyering.net>
date Sat, 03 Nov 2001 18:50:53 +0000
parents 7acab6faf1c7
children f14b8cfa09be
files lib/dirfd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/dirfd.c
+++ b/lib/dirfd.c
@@ -26,5 +26,5 @@
 int
 dirfd (DIR const *dir_p)
 {
-  return DIR_TO_FD;
+  return DIR_TO_FD (dir_p);
 }