mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Include funcattrs.h before you use stuff in it.
This commit is contained in:
parent
c640a96c6a
commit
be658698f9
@ -300,6 +300,11 @@ typedef char* caddr_t;
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Function attributes, for various compilers.
|
||||||
|
*/
|
||||||
|
#include "funcattrs.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* On Windows, snprintf(), with that name and with C99 behavior - i.e.,
|
* On Windows, snprintf(), with that name and with C99 behavior - i.e.,
|
||||||
* guaranteeing that the formatted string is null-terminated - didn't
|
* guaranteeing that the formatted string is null-terminated - didn't
|
||||||
@ -485,11 +490,6 @@ struct in6_addr {
|
|||||||
* end of Apple deprecation workaround macros
|
* end of Apple deprecation workaround macros
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* Function attributes, for various compilers.
|
|
||||||
*/
|
|
||||||
#include "funcattrs.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Statement attributes, for various compilers.
|
* Statement attributes, for various compilers.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user