[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#225428: FTBFS: toshutils (linux/toshiba.h)



On Tue, Jan 06, 2004 at 01:51:21AM +1100, Drew Parsons wrote:
> The supplied patch is just a workaround.  The real problem is in
> linux-kernel-headers, whose linux/toshiba.h has scurrulous code relating to
> tosh_get_util which is not present in any kernel source I've seen.
> 
> The problematic code is:
> 
> #ifdef CONFIG_PROC_FS
> static int tosh_get_info(char *, char **, off_t, int);
> #else /* !CONFIG_PROC_FS */
> inline int tosh_get_info(char *buffer, char **start, off_t fpos, int lenght)
> {
>         return 0;
> }
> #endif /* CONFIG_PROC_FS */
> 
> It appears neither in 2.4 nor 2.6 kernel source. I suppose it should be
> simply deleted?  Where did it come from?

It was in 2.6.0-test7.  I've committed a patch to remove it from l-k-h.
There will probably be an upload tonight or tomorrow.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: