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:
0046bf5
)
Formerly ../hurd/alloc-fd.c.~6~
author
roland
<roland>
Sun, 6 Feb 1994 01:23:35 +0000
(
01:23
+0000)
committer
roland
<roland>
Sun, 6 Feb 1994 01:23:35 +0000
(
01:23
+0000)
hurd/alloc-fd.c
patch
|
blob
|
history
diff --git
a/hurd/alloc-fd.c
b/hurd/alloc-fd.c
index
725fcc2
..
f138d52
100644
(file)
--- a/
hurd/alloc-fd.c
+++ b/
hurd/alloc-fd.c
@@
-40,7
+40,7
@@
_hurd_alloc_fd (int *fd, const int first_fd)
for (i = first_fd; i < _hurd_dtable.size; ++i)
{
- struct hurd_fd *d =
&
_hurd_dtable.d[i];
+ struct hurd_fd *d = _hurd_dtable.d[i];
if (d == NULL)
{
/* Allocate a new descriptor structure for this slot,