projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f56137
)
Formerly mach/hurd/__getdents.c.~2~
author
roland
<roland>
Sun, 3 May 1992 19:53:46 +0000
(19:53 +0000)
committer
roland
<roland>
Sun, 3 May 1992 19:53:46 +0000
(19:53 +0000)
sysdeps/mach/hurd/getdents.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/getdents.c
b/sysdeps/mach/hurd/getdents.c
index
746cccb
..
a3d337f
100644
(file)
--- a/
sysdeps/mach/hurd/getdents.c
+++ b/
sysdeps/mach/hurd/getdents.c
@@
-36,7
+36,7
@@
DEFUN(__getdirentries, (fd, buf, nbytes, basep),
__dir_readdir (port, buf, nbytes, *basep,
basep, &amount));
if (err)
- return __hurd_
fail (
err);
+ return __hurd_
dfail (fd,
err);
return amount;
}