Wed Jul 4 10:14:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>

* src/conf.c, src/test.c, src/xen_internal.c: Readd checking
          of errors from virBuffer functions.
        * src/sexpr.c: Add comment about use of _GNU_SOURCE.
        * src/virsh.c: Remove use of _GNU_SOURCE / isblank.
        * src/xml.c, tests/Makefile.am: Minor cleanup.
This commit is contained in:
Richard W.M. Jones
2007-07-04 09:16:23 +00:00
parent 483f6d6951
commit 9cd405497f
8 changed files with 26 additions and 17 deletions

View File

@@ -46,8 +46,8 @@ valgrind:
xmlrpctest_SOURCES = \
xmlrpctest.c \
testutils.c testutils.h \
$(top_builddir)/src/xmlrpc.c \
$(top_builddir)/src/xmlrpc.h
@top_srcdir@/src/xmlrpc.c \
@top_srcdir@/src/xmlrpc.h
xmlrpctest_LDFLAGS =
xmlrpctest_LDADD = $(LDADDS)