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>2002-06-06 12:37:24 +0400
committerCorinna Vinschen <corinna@vinschen.de>2002-06-06 12:37:24 +0400
commitae1ebb81dc194cfd53992fb9a48618b5f66cbe16 (patch)
tree48121d8599e2b50526dc1989d1b7f49e694049c3
parentba692ae9c05667948df8ba8e6af18c9eed80f337 (diff)
Fix ChangeLog entry.
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 48a5f8955..369caf5aa 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -56,11 +56,11 @@
NT systems, read primary group SID from process token. Use that info
to create correct group entry. On error or on 9x systems fallback
to emulating Administrators group as before.
- (read_etc_passwd): When emulating nonexisting passwd file on NT systems,
- read user and primary group SID from process token. Use that info to
- create correct passwd entry. On error or on 9x systems fallback to
- emulating user with Administrator user id and Administrators group
- as before.
+ * passwd.cc (read_etc_passwd): When emulating nonexisting passwd file
+ on NT systems, read user and primary group SID from process token.
+ Use that info to create correct passwd entry. On error or on 9x
+ systems fallback to emulating user with Administrator user id and
+ Administrators group as before.
2002-06-05 Corinna Vinschen <corinna@vinschen.de>