mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 16:57:44 +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 uchar_to_in6addr(struct in6_addr *dest, const unsigned char *src);
|
||||
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
|
||||
for every omitted debugging message. So debug is a macro. But
|
||||
|
Loading…
Reference in New Issue
Block a user