mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-01 06:16:47 +00:00
Every file includes it and warns about it.
This commit is contained in:
parent
9a3805e082
commit
97c52f4e39
@ -280,7 +280,6 @@ struct in_pktinfo
|
|||||||
#define HAVE_IP_HDRINCL_BSD_ORDER
|
#define HAVE_IP_HDRINCL_BSD_ORDER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
/* MAX / MIN are not commonly defined, but useful */
|
/* MAX / MIN are not commonly defined, but useful */
|
||||||
#ifndef MAX
|
#ifndef MAX
|
||||||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||||
|
Loading…
Reference in New Issue
Block a user