Re: [libvirt] [PATCH 6/6] syntax-check: Don't include libvirt.h and virterror.h

2013-04-16 Thread Osier Yang
On 15/04/13 23:18, Eric Blake wrote: On 04/15/2013 12:28 AM, Osier Yang wrote: Except for "internal.h" and the public headers --- cfg.mk | 20 1 file changed, 20 insertions(+) diff --git a/cfg.mk b/cfg.mk index 9cf4cff..0f07abd 100644 --- a/cfg.mk +++ b/cfg.mk @@ -736,6

Re: [libvirt] [PATCH 6/6] syntax-check: Don't include libvirt.h and virterror.h

2013-04-15 Thread Eric Blake
On 04/15/2013 12:28 AM, Osier Yang wrote: > Except for "internal.h" and the public headers > --- > cfg.mk | 20 > 1 file changed, 20 insertions(+) > > diff --git a/cfg.mk b/cfg.mk > index 9cf4cff..0f07abd 100644 > --- a/cfg.mk > +++ b/cfg.mk > @@ -736,6 +736,20 @@ sc_prohibit

[libvirt] [PATCH 6/6] syntax-check: Don't include libvirt.h and virterror.h

2013-04-14 Thread Osier Yang
Except for "internal.h" and the public headers --- cfg.mk | 20 1 file changed, 20 insertions(+) diff --git a/cfg.mk b/cfg.mk index 9cf4cff..0f07abd 100644 --- a/cfg.mk +++ b/cfg.mk @@ -736,6 +736,20 @@ sc_prohibit_duplicate_header: else :;