OSDN Git Service

Fix ChangeLog entry.
authorcorinna <corinna>
Thu, 6 Jun 2002 08:37:24 +0000 (08:37 +0000)
committercorinna <corinna>
Thu, 6 Jun 2002 08:37:24 +0000 (08:37 +0000)
winsup/cygwin/ChangeLog

index 48a5f89..369caf5 100644 (file)
        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>