Mercurial > emacs
changeset 88000:688503d596f9
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 26 Jan 2008 15:25:12 +0000 |
parents | 26fe370dfb79 |
children | 6cd236e3935c |
files | src/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jasonr@gnu.org>