2007-06-16  Ulrich Drepper  <drepper@redhat.com>
	[BZ #4599]
	* sysdeps/unix/sysv/linux/check_pf.c (make_request): When
	determining whether there are IPv4/IPv6 addresses, ignore loopback
	addresses.
This commit is contained in:
Ulrich Drepper 2007-06-16 16:55:38 +00:00
parent df18fdb930
commit e0d4a4e53c
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2007-06-16 Ulrich Drepper <drepper@redhat.com>
[BZ #4599]
* sysdeps/unix/sysv/linux/check_pf.c (make_request): When
determining whether there are IPv4/IPv6 addresses, ignore loopback
addresses.
2007-06-14 Uros Bizjak <ubizjak@gmail.com>
* soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.