iputils/iputils-20020927-unaligned.patch
cvsdist 86aadaa602 auto-import changelog data from iputils-20020927-12.src.rpm
Thu Oct 02 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-12
- Fixed unaligned access problem on ia64 (#101417)
Wed Sep 10 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-11
- Don't use own headers, use glibc and kernheaders.
Thu Sep 04 2003 Bill Nottingham <notting@redhat.com> 20020927-10
- fix build with new glibc-kernheaders
2004-09-09 06:23:27 +00:00

12 lines
296 B
Diff

--- iputils/arping.c.unaligned 2001-10-06 00:42:47.000000000 +0200
+++ iputils/arping.c 2003-10-02 15:14:42.000000000 +0200
@@ -332,7 +332,7 @@
timeout = atoi(optarg);
break;
case 'I':
- device = optarg;
+ device = strdup(optarg);
break;
case 'f':
quit_on_reply=1;