]> git.pld-linux.org Git - packages/ethtool.git/blob - ethtool-format.patch
- updated to 5.6
[packages/ethtool.git] / ethtool-format.patch
1 --- ethtool-5.6/netlink/settings.c.orig 2020-03-13 20:10:51.000000000 +0100
2 +++ ethtool-5.6/netlink/settings.c      2020-05-16 07:50:02.098853940 +0200
3 @@ -375,7 +375,7 @@
4  after:
5         if (first && if_none)
6                 printf("%s", if_none);
7 -       printf(after);
8 +       fputs(after, stdout);
9  
10         return 0;
11  err:
This page took 0.075743 seconds and 3 git commands to generate.