* uinfo.cc: Fix typo in comment.
This commit is contained in:
parent
11e2c05c9e
commit
9c96187172
|
@ -1,3 +1,7 @@
|
||||||
|
2014-07-21 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* uinfo.cc: Fix typo in comment.
|
||||||
|
|
||||||
2014-07-16 Corinna Vinschen <corinna@vinschen.de>
|
2014-07-16 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* thread.cc (pthread::create): Handle stackaddr as upper bound address.
|
* thread.cc (pthread::create): Handle stackaddr as upper bound address.
|
||||||
|
|
|
@ -1160,7 +1160,7 @@ fetch_posix_offset (PDS_DOMAIN_TRUSTSW td, cyg_ldap *cldap)
|
||||||
return td->PosixOffset;
|
return td->PosixOffset;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Helper function to replace colons with commas in pw_gecos field. */
|
/* Helper function to replace colons with semicolons in pw_gecos field. */
|
||||||
static PWCHAR
|
static PWCHAR
|
||||||
colon_to_semicolon (PWCHAR str)
|
colon_to_semicolon (PWCHAR str)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue