File ltrace.trunk-r38.patch of Package ltrace

------------------------------------------------------------------------
r38 | pgilliam-guest | 2006-04-24 16:14:01 +0000 (Mon, 24 Apr 2006) | 4 lines
Changed paths:
   M /ltrace/trunk/ChangeLog
   M /ltrace/trunk/summary.c


Corrects a typo  in summery.c that prevented the inclusion
of "demangle.h" that caused my_demangle() to be undefined.

------------------------------------------------------------------------
---
 ChangeLog |    4 ++++
 summary.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

Index: summary.c
===================================================================
--- summary.c.orig
+++ summary.c
@@ -9,7 +9,7 @@
 #include "ltrace.h"
 #include "options.h"
 
-#ifdef USE_DEMANAGE
+#ifdef USE_DEMANGLE
 #include "demangle.h"
 #endif
 
Index: ChangeLog
===================================================================
--- ChangeLog.orig
+++ ChangeLog
@@ -1,3 +1,7 @@
+2006-04-24  Paul Gilliam <pgilliam@us.ibm.com>
+
+	* summery.c: Correct a typo prevented the inclusion of "demangle.h".
+
 2006-03-16  Ian Wienand  <ianw@gelato.unsw.edu.au>
 
 	* testsuite/ltrace.minor/trace-clone.c: use __clone2() for IA64
openSUSE Build Service is sponsored by