glibc/nis
Joseph Myers d9fee042e2 Consistently use uintN_t not u_intN_t everywhere.
This patch changes the remaining uses of the old nonstandard u_intN_t
types in glibc to use the C99 uintN_t instead, except for the
definitions of those typedefs and the tests of them in the c++-types
test.  This follows the previous such fix for libm, and being
consistent in using uintN_t makes sense as a global cleanup.

Tested for x86_64, and with build-many-glibcs.py.

	* catgets/catgets.c (catgets): Use uintN_t instead of u_intN_t.
	* catgets/catgetsinfo.h (struct catalog_obj): Likewise.
	(struct catalog_info): Likewise.
	* inet/htontest.c (lo): Likewise.
	(foo): Likewise.
	* inet/inet_lnaof.c (inet_lnaof): Likewise.
	* inet/inet_net.c (inet_network): Likewise.
	* inet/inet_netof.c (inet_netof): Likewise.
	* inet/rcmd.c (__ivaliduser): Likewise.
	(iruserok): Likewise.
	* locale/loadlocale.c (_nl_intern_locale_data): Likewise.
	* locale/programs/locale-spec.c (locale_special): Likewise.
	* nis/nis_findserv.c (struct findserv_req): Likewise.
	(__nis_findfastest_with_timeout): Likewise.
	* nss/test-netdb.c (test_network): Likewise.
	* resolv/inet_neta.c (inet_neta): Likewise.
	* resolv/ns_date.c (ns_datetosecs): Likewise.
	(SECS_PER_DAY): Likewise.
	* resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r):
	Likewise.
	* resolv/res_comp.c (__putlong): Likewise.
	(__putshort): Likewise.
	(_getlong): Likewise.
	(_getshort): Likewise.
	* resolv/res_debug.c (p_time): Likewise.
	(precsize_ntoa): Likewise.
	(precsize_aton): Likewise.
	(latlon2ul): Likewise.
	(loc_aton): Likewise.
	(loc_ntoa): Likewise.
	* resolv/res_hconf.c (struct netaddr): Likewise.
	(_res_hconf_reorder_addrs): Likewise.
	* sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
	(clnttcp_control): Likewise.
	* sunrpc/clnt_udp.c (clntudp_call): Likewise.
	(clntudp_control): Likewise.
	* sunrpc/clnt_unix.c (clntunix_call): Likewise.
	(clntunix_control): Likewise.
	* sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
	* sunrpc/rpc/auth.h (union des_block): Likewise.
	* sunrpc/tst-udp-nonblocking.c (do_test): Likewise.
	* sunrpc/xdr_rec.c (struct rec_strm): Likewise.
	(xdrrec_create): Likewise.
	(xdrrec_endofrecord): Likewise.
	(flush_out): Likewise.
	* sunrpc/xdr_stdio.c (xdrstdio_getlong): Likewise.
	(xdrstdio_putlong): Likewise.
	* sysdeps/unix/sysv/linux/errqueue.h (struct sock_extended_err):
	Likewise.
2017-08-07 19:55:34 +00:00
..
nss_compat Assume that O_CLOEXEC is always defined and works 2017-04-18 14:56:51 +02:00
nss_nis Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nss_nisplus Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
rpcsvc Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Depend
libnsl.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Makefile Deprecate libnsl by default (only shared library will be 2017-03-21 15:14:27 +01:00
nis_add.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_addmember.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_call.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_callback.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nis_checkpoint.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_clone_dir.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_clone_obj.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_clone_res.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_creategroup.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_defaults.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_destroygroup.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_domain_of.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_domain_of_r.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_error.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_error.h * nis/nis_error.c: Remove table of strings. Use position 2006-05-11 20:29:20 +00:00
nis_file.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_findserv.c Consistently use uintN_t not u_intN_t everywhere. 2017-08-07 19:55:34 +00:00
nis_free.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_getservlist.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_hash.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nis_intern.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nis_ismember.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_local_names.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_lookup.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_mkdir.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_modify.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_ping.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_print.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_print_group_entry.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_remove.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_removemember.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_rmdir.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_server.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_subr.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_table.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_util.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_verifygroup.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_xdr.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
nis_xdr.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nisplus-parser.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nss Implement new mode for NIS passwd.adjunct.byname table. 2010-04-07 07:37:39 -07:00
nss-default.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nss-nis.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nss-nis.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nss-nisplus.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
nss-nisplus.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Versions * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend 2008-05-10 23:27:39 +00:00
yp_xdr.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
ypclnt.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00
ypupdate_xdr.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00