mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 14:28:07 +00:00
2004-06-09 Paul Jakma <paul@dishone.st>
* config.h: __attribute__ is a gcc'ism
This commit is contained in:
parent
ca5e516c84
commit
51a8798e8d
@ -1,3 +1,7 @@
|
|||||||
|
2004-06-09 Paul Jakma <paul@dishone.st>
|
||||||
|
|
||||||
|
* config.h: __attribute__ is a gcc'ism
|
||||||
|
|
||||||
2004-06-04 Paul Jakma <paul@dishone.st>
|
2004-06-04 Paul Jakma <paul@dishone.st>
|
||||||
|
|
||||||
* type mismatch fixes
|
* type mismatch fixes
|
||||||
|
@ -215,6 +215,10 @@ typedef int socklen_t;
|
|||||||
|
|
||||||
#endif /* BSDI_NRL */
|
#endif /* BSDI_NRL */
|
||||||
|
|
||||||
|
#if !defined(__GNUC__) || __GNUC__ < 2 || __GNUC_MINOR__ < 5
|
||||||
|
#define __attribute__(x)
|
||||||
|
#endif /* !__GNUC__ */
|
||||||
|
|
||||||
/* The definition of struct in_pktinfo is missing in old version of
|
/* The definition of struct in_pktinfo is missing in old version of
|
||||||
GLIBC 2.1 (Redhat 6.1). */
|
GLIBC 2.1 (Redhat 6.1). */
|
||||||
#if defined (GNU_LINUX) && ! defined (HAVE_INPKTINFO)
|
#if defined (GNU_LINUX) && ! defined (HAVE_INPKTINFO)
|
||||||
|
Loading…
Reference in New Issue
Block a user