From 1feea03e7463d8eaeb00d5df6c2cd3e8e20f2bcd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 28 Apr 1998 14:39:34 +0000 Subject: Changed #include to #include "x/y" for our local includes, so that gcc -MM can be used to separate them from the system ones. Added automatic generation of dependencies. --- lib/ipv4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ipv4.h') diff --git a/lib/ipv4.h b/lib/ipv4.h index e5c1e8c..4b8c44c 100644 --- a/lib/ipv4.h +++ b/lib/ipv4.h @@ -18,7 +18,7 @@ typedef struct ipv4_addr { #define _I(x) (x).addr #define _MI(x) ((struct ip_addr) { x }) -#define IPA_NONE(_MI(0)) +#define IPA_NONE (_MI(0)) #define ipa_equal(x,y) (_I(x) == _I(y)) #define ipa_and(x,y) _MI(_I(x) & _I(y)) -- cgit v1.2.3