# HG changeset patch # User Eli Zaretskii # Date 1201361112 0 # Node ID 688503d596f98056fffed893b6925beffb0bfb22 # Parent 26fe370dfb798db7d67d0632b4256f2a95668c86 *** empty log message *** diff -r 26fe370dfb79 -r 688503d596f9 src/ChangeLog --- a/src/ChangeLog Sat Jan 26 15:24:34 2008 +0000 +++ b/src/ChangeLog Sat Jan 26 15:25:12 2008 +0000 @@ -7,6 +7,8 @@ (init_user_info): Use the above two new functions to retrieve uid and gid. Use 500/513, the Windows defaults, as Administrator's uid/gid. + (fstat): Use pw_uid and pw_gid from the_passwd structure for + st_uid and st_gid of the file. 2008-01-26 Jason Rumney