diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-01 22:14:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-01 22:14:26 +0000 |
commit | d73c55e4495dba699e22caa53961dbe2fe396286 (patch) | |
tree | d6b19bd0bc75bef686a0727820649da440772aab /lib | |
parent | f8b38d358b21e6ab483cbcd72b2157e2e03989b2 (diff) | |
download | coreutils-d73c55e4495dba699e22caa53961dbe2fe396286.tar.xz |
whoops
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dirfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dirfd.c b/lib/dirfd.c index 29761bf72..e23406353 100644 --- a/lib/dirfd.c +++ b/lib/dirfd.c @@ -26,5 +26,5 @@ int dirfd (DIR const *dir_p) { - return DIR_TO_FD (dir_p); + return DIR_TO_FD; } |