On 20.11.2013 21:29:59, Guillem Jover wrote: > On Wed, 2013-11-20 at 13:54:00 +0100, Marin Ramesa wrote: > > diff --git a/i386/i386/db_interface.c b/i386/i386/db_interface.c > > index f89576d..8282b0f 100644 > > --- a/i386/i386/db_interface.c > > +++ b/i386/i386/db_interface.c > > @@ -228,6 +228,8 @@ kdbprinttrap(type, code) > > extern jmp_buf_t *db_recover; > > spl_t saved_ipl[NCPUS]; /* just to know what was IPL before > trap */ > > > > +extern void cnpollc(boolean_t on); /* forward */ > > Why not add it to a header file?
Is used only in two source files.