freebsd_network: Fix redefinition warning.

This commit is contained in:
Augustin Cavalier 2019-01-07 20:17:31 -05:00
parent 86734cc40e
commit ac19c8509b

View File

@ -226,6 +226,7 @@
/* XXX Find out what to do for __packed, __aligned and __section */
#endif
#if __GNUC_PREREQ__(2, 7) || defined(__INTEL_COMPILER)
#undef __dead2
#define __dead2 __attribute__((__noreturn__))
#define __pure2 __attribute__((__const__))
#define __unused __attribute__((__unused__))