comparison lib-src/ChangeLog @ 102671:b7a6e592fc8d

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 21 Mar 2009 11:30:08 +0000
parents 9191f269c2d9
children 3b582fef386d
comparison
equal deleted inserted replaced
102670:06ca3efb355b 102671:b7a6e592fc8d
1 2009-03-21 Eli Zaretskii <eliz@gnu.org>
2
3 * ntlib.c (setuid): Argument is now unsigned.
4 (getuid): Return value is now unsigned.
5 (getpwuid): Argument is now unsigned.
6 (fchown): UID and GID arguments are now unsigned.
7
8 * ntlib.h (fchown): UID and GID arguments are now unsigned.
9 (getuid): Return value is now unsigned.
10 (setuid): Argument is now unsigned.
11 (getpwuid): Remove prototype (it's declared in nt/inc/pwd.h).
12
1 2009-03-11 Stefan Monnier <monnier@iro.umontreal.ca> 13 2009-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * emacsclient.c (main): Revert part of last change, so 15 * emacsclient.c (main): Revert part of last change, so
4 drive-relative file names again work on Windows. 16 drive-relative file names again work on Windows.
5 17