On 11/12/2013 11:21 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" <berrange@xxxxxxxxxx> > > Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx> > --- > libvirt-override.c | 1 + > libvirt-utils.h | 27 +++++++++++++++++++++++++++ > 2 files changed, 28 insertions(+) > create mode 100644 libvirt-utils.h > > + > +#ifndef __LIBVIRT_UTILS_H__ > +# define __LIBVIRT_UTILS_H__ > + > +#define STREQ(a,b) (strcmp(a,b) == 0) This would fail the cppi syntax-check, if kept in libvirt.git. Are you keeping any syntax checks as part of splitting into a separate repo? -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list