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

regarding a message about kernel compile error I wrote..



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_array[0].len = len);

and now it compiles.

I never saw a response to my message, (my former ISP's email screwed up a
few times too, which nuked about total of 100 emails, from two different
sessions. :(
and didn't see a bug listed for it.



--
                              Daniel Stringfield  
         mailto:servo@southeast.net http://users.southeast.net/~servo
    Send email for more information on the Jacksonville Linux Users Group!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: