PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Tue Apr 8 12:50:39 PDT 2008


 src/kit/kit-memory.c |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 31da733c5b97a830afd92db6259e01a4cf9f5bd6
Author: David Zeuthen <davidz at redhat.com>
Date:   Tue Apr 8 15:48:38 2008 -0400

    fix build when tests are disabled

diff --git a/src/kit/kit-memory.c b/src/kit/kit-memory.c
index f4f84b4..bf79fea 100644
--- a/src/kit/kit-memory.c
+++ b/src/kit/kit-memory.c
@@ -327,6 +327,11 @@ _kit_memory_fail_nth_alloc (int number)
 {
 }
 
+void
+_kit_memory_print_outstanding_allocations (void)
+{
+}
+
 #endif /* KIT_BUILD_TESTS */
 
 /* There's probably a better place for this function ... */


More information about the hal-commit mailing list