From: hasso Date: Mon, 4 Oct 2004 08:01:08 +0000 (+0000) Subject: Every file includes it and warns about it. X-Git-Tag: frr-2.0-rc1~3521 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=97c52f4e397848fb18c689dfe161d0b8f7803722;p=mirror%2Ffrr.git Every file includes it and warns about it. --- diff --git a/lib/zebra.h b/lib/zebra.h index 0b8b654cc1..e5c1cec87b 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -280,7 +280,6 @@ struct in_pktinfo #define HAVE_IP_HDRINCL_BSD_ORDER #endif -/* /* MAX / MIN are not commonly defined, but useful */ #ifndef MAX #define MAX(a, b) ((a) > (b) ? (a) : (b))