X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3bc62cd35f4c52f590605c73d92c92b6b4a4bdc5..a15e52bb2722f9c9719cd9909d70c03a10e170c4:/netdissect-stdinc.h diff --git a/netdissect-stdinc.h b/netdissect-stdinc.h index c6e1c2c8..c7c53db4 100644 --- a/netdissect-stdinc.h +++ b/netdissect-stdinc.h @@ -477,13 +477,6 @@ struct in6_addr { */ #include "funcattrs.h" -#ifndef min -#define min(a,b) ((a)>(b)?(b):(a)) -#endif -#ifndef max -#define max(a,b) ((b)>(a)?(b):(a)) -#endif - #ifdef __ATTRIBUTE___FALLTHROUGH_OK # define ND_FALL_THROUGH __attribute__ ((fallthrough)) #else