Daniel Stringfield writes:
>
>
> A week or two ago, I wrote about an error that I got while compiling.
> Well.. I fixed it.
> This was with kernel-source 2.0.27
> The error was on line 267 of scripts/mkdep.c
> It read:
> path_array[0].buffer[len] = '\0';(patth_array[0].len = len;
>
> And I chang
A week or two ago, I wrote about an error that I got while compiling.
Well.. I fixed it.
This was with kernel-source 2.0.27
The error was on line 267 of scripts/mkdep.c
It read:
path_array[0].buffer[len] = '\0';(patth_array[0].len = len;
And I changed it to:
path_array[0].buffer[len] = '\0';(path
2 matches
Mail list logo