projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414aaab
)
(dirfd): Reflect the fact that DIR_TO_FD now takes an argument.
author
Jim Meyering
<jim@meyering.net>
Sat, 3 Nov 2001 18:50:53 +0000
(18:50 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 3 Nov 2001 18:50:53 +0000
(18:50 +0000)
lib/dirfd.c
patch
|
blob
|
history
diff --git
a/lib/dirfd.c
b/lib/dirfd.c
index e234063534a5ab6309db70a0c10a391bd86848b5..29761bf72f1ae0aa257bf7fcc70cedee283f5f83 100644
(file)
--- 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)
;
}