1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 17:25:14 -07:00
emacs/lib-src
Eli Zaretskii 22749e9acb 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.

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.
2009-03-21 11:31:50 +00:00
..
.arch-inventory
.gitignore Add arch tagline 2009-03-04 06:02:06 +00:00
b2m.c
b2m.pl
ChangeLog inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned. 2009-03-21 11:31:50 +00:00
COPYING
cvtmail.c
digest-doc.c
ebrowse.c (matching_regexp): Fix OB1 error. 2009-01-14 13:41:12 +00:00
emacsclient.c * emacsclient.c (main): Revert part of last change, 2009-03-11 00:57:03 +00:00
etags.c
fakemail.c
getopt.c
getopt1.c
getopt_.h
getopt_int.h
gettext.h
grep-changelog
hexl.c
mac-fix-env.m
make-docfile.c
Makefile.in
makefile.w32-in Bump version to 23.0.91. 2009-02-26 01:06:51 +00:00
movemail.c (main) [MAIL_USE_POP]: Add -r to usage message. 2009-03-04 04:16:39 +00:00
ntlib.c inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned. 2009-03-21 11:31:50 +00:00
ntlib.h inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned. 2009-03-21 11:31:50 +00:00
pop.c
pop.h
profile.c
rcs-checkin
rcs2log
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.