aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-04-05 15:26:10 +0000
committerEli Zaretskii2008-04-05 15:26:10 +0000
commitaa08d1ff92a8f16eb449353d6159d4ff682b8d13 (patch)
treeaa1b8c549db17669013471ff7ae40f65265745bf /src/ChangeLog
parentc902c8a7813df3c9b4f78e4e361d23d480ca234d (diff)
downloademacs-aa08d1ff92a8f16eb449353d6159d4ff682b8d13.tar.gz
emacs-aa08d1ff92a8f16eb449353d6159d4ff682b8d13.zip
(init_user_info): Don't restrict UID and GID to 0-60000 range.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 12f3ebe6eb3..808a78e41d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,7 @@
7 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of 7 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
8 _S_* ones, since we now use our own sys/stat.h. 8 _S_* ones, since we now use our own sys/stat.h.
9 (stat, fstat): Don't mangle the inode number. 9 (stat, fstat): Don't mangle the inode number.
10 (init_user_info): Don't restrict UID and GID to 0-60000 range.
10 11
112008-04-04 Stefan Monnier <monnier@iro.umontreal.ca> 122008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12 13