mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
Merge pull request #5934 from rubenk/ldpd-fix-linking-error-with-gcc-10
Fix linking error on Fedora Rawhide with GCC 10
This commit is contained in:
commit
ec03d9e3a4
@ -97,6 +97,8 @@ static struct quagga_signal_t ldpe_signals[] =
|
||||
},
|
||||
};
|
||||
|
||||
char *pkt_ptr; /* packet buffer */
|
||||
|
||||
/* label distribution protocol engine */
|
||||
void
|
||||
ldpe(void)
|
||||
|
@ -291,7 +291,7 @@ struct tcp_conn *tcp_new(int, struct nbr *);
|
||||
void pending_conn_del(struct pending_conn *);
|
||||
struct pending_conn *pending_conn_find(int, union ldpd_addr *);
|
||||
|
||||
char *pkt_ptr; /* packet buffer */
|
||||
extern char *pkt_ptr; /* packet buffer */
|
||||
|
||||
/* pfkey.c */
|
||||
#ifdef __OpenBSD__
|
||||
|
Loading…
Reference in New Issue
Block a user