Mercurial > emacs
changeset 102673:c301ef297b5f
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 21 Mar 2009 11:31:50 +0000 |
parents | 20eed754e000 |
children | bd7232c31c50 |
files | nt/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Sat Mar 21 11:31:36 2009 +0000 +++ b/nt/ChangeLog Sat Mar 21 11:31:50 2009 +0000 @@ -1,3 +1,13 @@ +2009-03-21 Eli Zaretskii <eliz@gnu.org> + + * inc/sys/stat.h (struct stat): Change the types of st_uid and + st_gid to unsigned. + + * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid + to unsigned. + (getpwuid): Argument is now unsigned. + uid_t is now unsigned. + 2009-02-24 Juanma Barranquero <lekktu@gmail.com> * INSTALL: Add comment about TCC; fix typos.