Correct ifaddrs patch

This commit is contained in:
Jan Synacek 2012-11-27 13:35:29 +01:00
parent 1f3c921558
commit 1281388c33
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ index ae92f34..b5bf84f 100644
--- a/Makefile --- a/Makefile
+++ b/Makefile +++ b/Makefile
@@ -24,8 +24,6 @@ USE_SYSFS=no @@ -24,8 +24,6 @@ USE_SYSFS=no
USE_IDN=no USE_IDN=yes
# Do not use getifaddrs # Do not use getifaddrs
WITHOUT_IFADDRS=no WITHOUT_IFADDRS=no
-# arping default device -# arping default device

View File

@ -151,6 +151,7 @@ mv -f RELNOTES.tmp RELNOTES
- Comment patches and cleanup - Comment patches and cleanup
- Update ifaddrs patch - Update ifaddrs patch
- Call usage() before limiting capabilities - Call usage() before limiting capabilities
- Correct ifaddrs patch
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121125-1 * Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121125-1
- Update to iputils-s20121125 (#879952) - Update to iputils-s20121125 (#879952)