diff options
author | hasso <hasso> | 2004-10-04 08:01:08 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-04 08:01:08 +0000 |
commit | f131d4ceedc8ad48d21543e72c41109c0de7adf0 (patch) | |
tree | a0a4d57fa6d1c287e0af9cc3eb0d3bdd63200595 /lib/zebra.h | |
parent | 66d2df51b5f4a84ea562ca3ec0c5cd1373f5bdbb (diff) | |
download | quagga-f131d4ceedc8ad48d21543e72c41109c0de7adf0.tar.bz2 quagga-f131d4ceedc8ad48d21543e72c41109c0de7adf0.tar.xz |
Every file includes it and warns about it.
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 0b8b654c..e5c1cec8 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)) |