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:
authorCorinna Vinschen <corinna@vinschen.de>2008-12-20 12:35:18 +0300
committerCorinna Vinschen <corinna@vinschen.de>2008-12-20 12:35:18 +0300
commite9982f2a2b1b43489985b071adc86c90ccbbfcb0 (patch)
treed016d74867b7d0ae7addf756d2266f1eab285bac /winsup/cygwin/pwdgrp.h
parent99c7be03b2f080751c741b392779641fa1d38911 (diff)
* pwdgrp.h (pwdgrp::refresh): Fix indentation.
* uinfo.cc (pwdgrp::load): Open file synchronized to avoid truncated read. Drop local variable off.
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r--winsup/cygwin/pwdgrp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h
index 7db722c12..00ef2e87a 100644
--- a/winsup/cygwin/pwdgrp.h
+++ b/winsup/cygwin/pwdgrp.h
@@ -75,7 +75,7 @@ public:
return;
if (pglock.acquire () == 1 &&
(!initialized || (check && etc::file_changed (etc_ix))))
- (this->*read) ();
+ (this->*read) ();
pglock.release ();
}