mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:46:22 +00:00
Merge pull request #5932 from rubenk/babeld-fix-build-on-rawhide
babeld: fix build on Fedora Rawhide
This commit is contained in:
commit
a9bc84da46
@ -122,7 +122,7 @@ void uchar_to_inaddr(struct in_addr *dest, const unsigned char *src);
|
|||||||
void in6addr_to_uchar(unsigned char *dest, const struct in6_addr *src);
|
void in6addr_to_uchar(unsigned char *dest, const struct in6_addr *src);
|
||||||
void uchar_to_in6addr(struct in6_addr *dest, const unsigned char *src);
|
void uchar_to_in6addr(struct in6_addr *dest, const unsigned char *src);
|
||||||
int daemonise(void);
|
int daemonise(void);
|
||||||
const unsigned char v4prefix[16];
|
extern const unsigned char v4prefix[16];
|
||||||
|
|
||||||
/* If debugging is disabled, we want to avoid calling format_address
|
/* If debugging is disabled, we want to avoid calling format_address
|
||||||
for every omitted debugging message. So debug is a macro. But
|
for every omitted debugging message. So debug is a macro. But
|
||||||
|
Loading…
Reference in New Issue
Block a user