Hi Alexandre, Thanks for the patch, merged !
By the way, for the next patch, I would prefer if you could write the whole description along with the patch inline in the email rather than splitting those in attachements. It makes it easier for me to pull it into the git tree. Thanks! Mathieu * Alexandre Montplaisir ([email protected]) wrote: > Small patch to fix typo/mispelling of sstack_item_new_event() in > lttv/modules/text/sstack.h > > (GCC merely throws a warning, but Launchpad would throw a build error on > amd64.) > Fix typo in sstack_item_new_event() definition. > Index: lttv-0.12.35/lttv/modules/text/sstack.h > =================================================================== > --- lttv-0.12.35.orig/lttv/modules/text/sstack.h 2010-09-05 > 04:45:24.387549302 -0400 > +++ lttv-0.12.35/lttv/modules/text/sstack.h 2010-09-05 04:45:29.998185674 > -0400 > @@ -67,7 +67,7 @@ > struct sstack_item *sstack_item_new(void); > struct sstack_item *sstack_item_new_push(unsigned char finished); > struct sstack_item *sstack_item_new_pop(void); > -struct sstack_item *sstack_item_new_evt(void); > +struct sstack_item *sstack_item_new_event(void); > > extern void print_stack(struct sstack *stack); > > _______________________________________________ > ltt-dev mailing list > [email protected] > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
