OLSR / olsrd

OLSR.org main repository - olsrd v1 - maintained by Freifunk Berlin
Other
83 stars 65 forks source link

fix compilation with GCC14 #129

Closed neheb closed 5 months ago

neheb commented 5 months ago

the msghdr has padding in both glibc and musl. Initialize with names to avoid dealing with the padding.

There's also a wrong struct type that's an error now.

neheb commented 5 months ago
src/gpsdclient.h:67:24: error: field ‘source’ has incomplete type
   67 |     struct fixsource_t source;

this is not related.