Revision | 93277314f0ec84409e15f6e2cd616d028cb53065 (tree) |
---|---|
Zeit | 2020-07-02 15:25:47 |
Autor | Ed Wildgoose <ed+git@wild...> |
Commiter | Waldemar Brodkorb |
Rename unused struct members to include a namespace
Rename various spare fields in structs to include a namespace
This should avoid accidental clashes with uses of the unused symbol
in upstream projects. eg currently it causes a compile error in dhcpcd 8.x
due to their re-use of the unused symbol as a macro
This follows the style of glibc which does something equivalent