Re: [PATCH 12/18] kern/debug.c: fix implicit declaration of function

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Fri 06 Dec 2013 16:29:54 +0100, a écrit : > This include fixes the implicit declaration of function. But I don't know > if it is correct to include here stuff from i386at. It is not, one can use instead. > * kern/debug.c: Include i386at/model_dep.h. > > --- > kern/debug.c | 2

[PATCH 12/18] kern/debug.c: fix implicit declaration of function

2013-12-06 Thread Marin Ramesa
This include fixes the implicit declaration of function. But I don't know if it is correct to include here stuff from i386at. * kern/debug.c: Include i386at/model_dep.h. --- kern/debug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kern/debug.c b/kern/debug.c index e9427a3..6e15e08 1006