Re: regarding a message ....

1997-01-01 Thread tomk
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

regarding a message about kernel compile error I wrote..

1996-12-28 Thread Daniel Stringfield
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