Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-03-19 00:11:25 +0300
committerChristopher Faylor <me@cgf.cx>2001-03-19 00:11:25 +0300
commit94b03f2380794f20fdc53873b6b03994a37c9579 (patch)
treec5865bc035f4efd9e81cff75153a1217321dbaa7 /winsup/cygwin/uinfo.cc
parent51cb7ca7acf620946b7b90baa10c56ff2669803e (diff)
Fix spacing, copyrights.
Diffstat (limited to 'winsup/cygwin/uinfo.cc')
-rw-r--r--winsup/cygwin/uinfo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc
index dbb16fbe2..2a1bdbc0a 100644
--- a/winsup/cygwin/uinfo.cc
+++ b/winsup/cygwin/uinfo.cc
@@ -146,7 +146,7 @@ internal_getlogin (cygheap_user &user)
/* If that failes, too, as a last resort try to get the SID from
the logon server. */
- if (!ret && !(ret = lookup_name(user.name (), user.logsrv (),
+ if (!ret && !(ret = lookup_name (user.name (), user.logsrv (),
user.sid ())))
debug_printf ("Couldn't retrieve SID from '%s'!", user.logsrv ());
@@ -213,7 +213,7 @@ extern "C" char *
getlogin (void)
{
#ifdef _MT_SAFE
- char *this_username=_reent_winsup()->_username;
+ char *this_username=_reent_winsup ()->_username;
#else
static NO_COPY char this_username[MAX_USER_NAME];
#endif