1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Merge commit '928a1cb034e6f9e8edcdd1dc07264cd703e00827' into thread-next

This commit is contained in:
Maria Matejka
2023-01-23 19:51:24 +01:00
7 changed files with 19 additions and 5 deletions

View File

@@ -209,7 +209,7 @@ struct ks_msg
memcpy(p, body, (l > sizeof(*p) ? sizeof(*p) : l));\
body += l;}
static inline void
static inline void UNUSED
sockaddr_fill_dl(struct sockaddr_dl *sa, struct iface *ifa)
{
uint len = OFFSETOF(struct sockaddr_dl, sdl_data);