projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b38d3
)
whoops
author
Jim Meyering
<jim@meyering.net>
Thu, 1 Nov 2001 22:14:26 +0000
(22:14 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 1 Nov 2001 22:14:26 +0000
(22:14 +0000)
lib/dirfd.c
patch
|
blob
|
history
diff --git
a/lib/dirfd.c
b/lib/dirfd.c
index 29761bf72f1ae0aa257bf7fcc70cedee283f5f83..e234063534a5ab6309db70a0c10a391bd86848b5 100644
(file)
--- 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;
}