mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
22749e9acb
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. ntlib.c (setuid): Argument is now unsigned. (getuid): Return value is now unsigned. (getpwuid): Argument is now unsigned. (fchown): UID and GID arguments are now unsigned. ntlib.h (fchown): UID and GID arguments are now unsigned. (getuid): Return value is now unsigned. (setuid): Argument is now unsigned. (getpwuid): Remove prototype (it's declared in nt/inc/pwd.h). w32.c (getpwuid): Change argument type to unsigned. (struct w32_id): Change type of `rid' member to unsigned. (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of argument ID to unsigned. All callers changed. (getuid, geteuid, getgid, getegid): Change return type to unsigned. |
||
---|---|---|
.. | ||
.arch-inventory | ||
.gitignore | ||
b2m.c | ||
b2m.pl | ||
ChangeLog | ||
COPYING | ||
cvtmail.c | ||
digest-doc.c | ||
ebrowse.c | ||
emacsclient.c | ||
etags.c | ||
fakemail.c | ||
getopt1.c | ||
getopt_.h | ||
getopt_int.h | ||
getopt.c | ||
gettext.h | ||
grep-changelog | ||
hexl.c | ||
mac-fix-env.m | ||
make-docfile.c | ||
Makefile.in | ||
makefile.w32-in | ||
movemail.c | ||
ntlib.c | ||
ntlib.h | ||
pop.c | ||
pop.h | ||
profile.c | ||
rcs2log | ||
rcs-checkin | ||
README | ||
sorted-doc.c | ||
test-distrib.c | ||
testfile | ||
update-game-score.c | ||
vcdiff |
This directory contains the source code for the architecture-dependent files that go in ${archlibdir}. At present, these are mostly utility programs used by GNU Emacs.