* grp.cc (initgroups32): Return the correct value.
This commit is contained in:
parent
1c74754f17
commit
96ab3848d6
|
@ -1,3 +1,7 @@
|
|||
2005-04-18 Pierre Humblet <pierre.humblet@ieee.org>
|
||||
|
||||
* grp.cc (initgroups32): Return the correct value.
|
||||
|
||||
2005-04-16 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_disk_file.cc (fhandler_base::utimes_fs): Ignore
|
||||
|
|
|
@ -494,7 +494,7 @@ initgroups32 (const char *name, __gid32_t gid)
|
|||
|
||||
out:
|
||||
syscall_printf ( "%d = initgroups (%s, %u)", ret, name, gid);
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
extern "C" int
|
||||
|
|
Loading…
Reference in New Issue