summaryrefslogtreecommitdiff
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-04 08:01:08 +0000
committerhasso <hasso>2004-10-04 08:01:08 +0000
commit97c52f4e397848fb18c689dfe161d0b8f7803722 (patch)
treee923e3ce3469c738fe0ec785c8eb9884b57e3bd2 /lib/zebra.h
parent9a3805e0826ed7f45a6266226b55a4829e42e423 (diff)
Every file includes it and warns about it.
Diffstat (limited to 'lib/zebra.h')
-rw-r--r--lib/zebra.h1
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))