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:
bb52638
)
entered into RCS
author
roland
<roland>
Tue, 7 Jun 1994 07:44:41 +0000
(07:44 +0000)
committer
roland
<roland>
Tue, 7 Jun 1994 07:44:41 +0000
(07:44 +0000)
hurd/hurdauth.c
patch
|
blob
|
history
diff --git
a/hurd/hurdauth.c
b/hurd/hurdauth.c
index
cd16fff
..
b4e2cb8
100644
(file)
--- a/
hurd/hurdauth.c
+++ b/
hurd/hurdauth.c
@@
-120,7
+120,7
@@
_S_del_auth (mach_port_t me,
if (err)
return err;
- err = __setauth (newauth);
/* XXX clobbers errno */
+ err = __setauth (newauth);
__mach_port_deallocate (__mach_task_self (), newauth);
if (err)
return errno;