Re: [PATCH 11/18] kern/exception.c: move struct definition to a header file

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Fri 06 Dec 2013 16:29:53 +0100, a écrit : > * kern/exception.c (mach_exception): Move struct definition to > kern/exception.h. Ditto. > --- > kern/exception.c | 14 -- > kern/exception.h | 14 ++ > 2 files changed, 14 insertions(+), 14 deletions(-) > >

[PATCH 11/18] kern/exception.c: move struct definition to a header file

2013-12-06 Thread Marin Ramesa
* kern/exception.c (mach_exception): Move struct definition to kern/exception.h. --- kern/exception.c | 14 -- kern/exception.h | 14 ++ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/kern/exception.c b/kern/exception.c index 0232773..ac7ead2 100644 --- a