* [Xenomai-core] Typo in latest svn revision
@ 2006-11-16 9:31 Sebastian Smolorz
2006-11-16 11:47 ` [Xenomai-core] " Philippe Gerum
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Smolorz @ 2006-11-16 9:31 UTC (permalink / raw)
To: rpm, xenomai
[-- Attachment #1: Type: text/plain, Size: 73 bytes --]
Hello Philippe,
there was a typo in your latest check-in.
--
Sebastian
[-- Attachment #2: heap_typo.patch --]
[-- Type: text/x-diff, Size: 442 bytes --]
Index: ksrc/nucleus/heap.c
===================================================================
--- ksrc/nucleus/heap.c (Revision 1840)
+++ ksrc/nucleus/heap.c (Arbeitskopie)
@@ -1138,7 +1138,7 @@ int xnheap_destroy_mapped(xnheap_t *heap
xnlock_put_irqrestore(&nklock, s);
__unreserve_and_free_heap(heap->archdep.heapbase,
- heap->extensize, heap->archdep.kmflags);
+ heap->extentsize, heap->archdep.kmflags);
return 0;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Xenomai-core] Re: Typo in latest svn revision
2006-11-16 9:31 [Xenomai-core] Typo in latest svn revision Sebastian Smolorz
@ 2006-11-16 11:47 ` Philippe Gerum
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2006-11-16 11:47 UTC (permalink / raw)
To: Sebastian Smolorz; +Cc: xenomai
On Thu, 2006-11-16 at 10:31 +0100, Sebastian Smolorz wrote:
> Hello Philippe,
>
> there was a typo in your latest check-in.
>
Applied, thanks.
> --
> Sebastian
--
Philippe.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-16 11:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 9:31 [Xenomai-core] Typo in latest svn revision Sebastian Smolorz
2006-11-16 11:47 ` [Xenomai-core] " Philippe Gerum
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.