# HG changeset patch # User Eli Zaretskii # Date 1237635110 0 # Node ID c301ef297b5f5f04c00c6393d8b83afd61ed992b # Parent 20eed754e0008e65e342391884c46fad805d7ab1 *** empty log message *** diff -r 20eed754e000 -r c301ef297b5f nt/ChangeLog --- 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 + + * 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 * INSTALL: Add comment about TCC; fix typos.