Roland McGrath 890b037f94 2005-06-13 Jakub Jelinek <jakub@redhat.com>
[BZ #1096]
	* sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
	__netlink_receive): Remove prototypes.
	(__netlink_request): New prototype.
	* sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
	<stdint.h>.
	(__netlink_sendreq): Make static.
	(__netlink_receive): Rename to...
	(__netlink_request): ... this.  Add type argument, call
	__netlink_sendreq.  If MSG_TRUNC is set after recvmsg, retry
	with a bigger buffer.  Don't record buffers that contain no
	messages we are expecting.
	(getifaddrs): Use __netlink_request instead of __netlink_sendreq
	and __netlink_receive pairs.  Formatting.
	* sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
	__netlink_request instead of __netlink_sendreq and __netlink_receive
	pair.
2005-07-18 02:58:16 +00:00
..
2004-12-17 07:41:02 +00:00
2004-11-19 00:01:34 +00:00
2004-12-16 16:49:39 +00:00
2004-12-20 08:34:03 +00:00
2004-07-05 17:36:34 +00:00
2005-04-07 01:38:48 +00:00
2004-12-17 07:41:02 +00:00