small errors in kernel code (2.4.22)
i've actually had to go in and fix 2 errors in the kernel code
/usr/src/linux2.4.22/fs/ext2/inode.c
line 1037 (i think )
they put
inOde->blah blah i had to change to inode->
and like line 937 there was a ^N that i had to change to a .
the 1st error was "first time use not delcared" or something and the second was just a parse error. fixing the 2 errors yielded a successful compile.
anybody else see this in the source?
Last edited by Robert0380; 10-05-2003 at 02:43 AM.
|