summaryrefslogtreecommitdiff
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-03-21 11:31:50 +0000
committerEli Zaretskii <eliz@gnu.org>2009-03-21 11:31:50 +0000
commit54cd434b676b4d96a15dfe94a463b96d6ab7af95 (patch)
treea97edc9a829ad08297b9b414c0c56533718b236d /nt/ChangeLog
parent6ebda1d7c36c1ce99f7752fea1ee1cc60f116341 (diff)
downloademacs-54cd434b676b4d96a15dfe94a463b96d6ab7af95.tar.gz
*** empty log message ***
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 851d4a7525a..822302c6cd4 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -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.