]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2-build.patch
- updated to 3.9.0
[packages/iproute2.git] / iproute2-build.patch
1 --- iproute2-3.8.0/ip/iplink_can.c~     2013-02-21 17:41:20.000000000 +0100
2 +++ iproute2-3.8.0/ip/iplink_can.c      2013-03-05 22:03:13.578484638 +0100
3 @@ -107,7 +107,7 @@
4                         if (get_u32(&bt.bitrate, *argv, 0))
5                                 invarg("invalid \"bitrate\" value\n", *argv);
6                 } else if (matches(*argv, "sample-point") == 0) {
7 -                       float sp;
8 +                       float sp = 0;
9  
10                         NEXT_ARG();
11                         if (get_float(&sp, *argv))
This page took 0.047374 seconds and 3 git commands to generate.