From: Osier Yang Date: Wed, 22 May 2013 05:12:34 +0000 (+0800) Subject: Fix the syntax-check failure X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1f9dcbc7f1ad828a7233a1c04ad73734a02a399d;p=libvirt.git Fix the syntax-check failure Introduced by commit 7ac2c4fe624, pushed under build-breaker rule. --- diff --git a/src/conf/interface_conf.h b/src/conf/interface_conf.h index ae938117ec..ed6986c5d8 100644 --- a/src/conf/interface_conf.h +++ b/src/conf/interface_conf.h @@ -211,7 +211,7 @@ char *virInterfaceDefFormat(const virInterfaceDefPtr def); void virInterfaceObjLock(virInterfaceObjPtr obj); void virInterfaceObjUnlock(virInterfaceObjPtr obj); -#define VIR_CONNECT_LIST_INTERFACES_FILTERS_ACTIVE \ +# define VIR_CONNECT_LIST_INTERFACES_FILTERS_ACTIVE \ (VIR_CONNECT_LIST_INTERFACES_ACTIVE | \ VIR_CONNECT_LIST_INTERFACES_INACTIVE)