Subject: option includes (was: Re: 19980623 build failure)
To: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 06/25/1998 11:07:50
[ moved to tech-kern, from current-users ]
I committed a fix to ext2fs_extern.h yesterday which wraps the include
of opt_fifo.h under #if defined(_KERNEL)&&!defined(_LKM)
hmm...
this has happened enough times now that i'm firmly of the opinion that all
options header #includes should have above #ifdef construct around them to
always avoid the lossage patrick had.
comments?