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:
698fa4e
)
Formerly mach/hurd/getpeernam.c.~2~
author
roland
<roland>
Sun, 3 May 1992 19:53:26 +0000
(19:53 +0000)
committer
roland
<roland>
Sun, 3 May 1992 19:53:26 +0000
(19:53 +0000)
sysdeps/mach/hurd/getpeername.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/getpeername.c
b/sysdeps/mach/hurd/getpeername.c
index
eafc139
..
d4d8ec1
100644
(file)
--- a/
sysdeps/mach/hurd/getpeername.c
+++ b/
sysdeps/mach/hurd/getpeername.c
@@
-38,6
+38,6
@@
DEFUN(getpeername, (fd, addr, len),
err = __socket_whatis_address (aport, addr, len);
__mach_port_deallocate (__mach_task_self (), aport);
}
- err ? __hurd_
fail (
err) : 0;
+ err ? __hurd_
dfail (fd,
err) : 0;
}));
}