]> git.pld-linux.org Git - packages/efivar.git/blob - efivar-build.patch
- updated to 0.21
[packages/efivar.git] / efivar-build.patch
1 --- efivar-0.21/src/linux.c.orig        2015-07-13 22:00:06.000000000 +0200
2 +++ efivar-0.21/src/linux.c     2015-09-11 23:12:37.823596690 +0200
3 @@ -847,7 +847,7 @@
4  __attribute__((__visibility__ ("hidden")))
5  make_mac_path(uint8_t *buf, ssize_t size, const char * const ifname)
6  {
7 -       struct ifreq ifr = { 0, };
8 +       struct ifreq ifr = { { { 0 } }, };
9         struct ethtool_drvinfo drvinfo = { 0, };
10         int fd, rc;
11         ssize_t ret = -1, sz, off=0;
This page took 0.036569 seconds and 3 git commands to generate.