* grp.cc (initgroups32): Return the correct value.

This commit is contained in:
Corinna Vinschen 2005-04-18 16:03:08 +00:00
parent 1c74754f17
commit 96ab3848d6
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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