From a6831e7e3a5f8027fde6d886cbeaf2b17795d8bd Mon Sep 17 00:00:00 2001 From: Max Laier Date: Fri, 16 Jun 2006 10:25:06 +0000 Subject: [PATCH] Fix pfsync w/o carp compilation. Submitted by: yar --- sys/contrib/pf/net/if_pfsync.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/contrib/pf/net/if_pfsync.c b/sys/contrib/pf/net/if_pfsync.c index 8c8b3f4b4ce8..8568b27ed4e7 100644 --- a/sys/contrib/pf/net/if_pfsync.c +++ b/sys/contrib/pf/net/if_pfsync.c @@ -102,6 +102,8 @@ #include "opt_carp.h" #ifdef DEV_CARP #define NCARP 1 +#else +#define NCARP 0 #endif #else #include "carp.h"