- remove no longer needed patches

OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2010-11-19 09:55:27 +00:00 committed by Git OBS Bridge
parent 855e47248c
commit c7740699a8
3 changed files with 5 additions and 23 deletions

View File

@ -1,16 +0,0 @@
--- arping.c
+++ arping.c
@@ -335,8 +335,8 @@ void set_device_broadcast(char *device, unsigned char *ba, size_t balen)
exit(2);
}
- for (p = ba, ch = 0; p < ba + balen; p++, ch += 3)
- *p++ = strtoul(brdcast->value + ch * 3, NULL, 16);
+ for (p = ba, ch = 0; p < ba + balen; ch += 3)
+ *p++ = strtoul(brdcast->value + ch, NULL, 16);
return;
}
--
1.7.1

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 19 09:55:18 UTC 2010 - coolo@novell.com
- remove no longer needed patches
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 8 10:32:37 UTC 2010 - lnussel@suse.de Mon Nov 8 10:32:37 UTC 2010 - lnussel@suse.de

View File

@ -46,13 +46,6 @@ PreReq: permissions
This package contains some small network tools for IPv4 and IPv6 like This package contains some small network tools for IPv4 and IPv6 like
rdisc, ping6, traceroute6, tracepath, and tracepath6. rdisc, ping6, traceroute6, tracepath, and tracepath6.
Authors:
--------
Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
%prep %prep
%setup -q %setup -q
cp -a %SOURCE1 . cp -a %SOURCE1 .