From mboxrd@z Thu Jan 1 00:00:00 1970 From: compudj@krystal.dyndns.org (Mathieu Desnoyers) Date: Sun, 5 Sep 2010 20:37:37 -0400 Subject: [ltt-dev] [LTTV PATCH] fix gcc warning in depanalysis.c In-Reply-To: <4C836250.3090502@polymtl.ca> References: <4C836250.3090502@polymtl.ca> Message-ID: <20100906003737.GA14418@Krystal> 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 (alexandre.montplaisir at polymtl.ca) 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 > ltt-dev at lists.casi.polymtl.ca > 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