On Fri, Mar 25, 2011 at 4:30 PM, Bruce Dubbs wrote:
> bsquared wrote:
>> Hello,
>>
>> I think there may be a problem with this chapter.
>>
>> $ sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c
>> The instruction ^ in the chapter, changes the file.
>>
>> the actual change to the file was:
>> tfilte
bsquared wrote:
> Hello,
>
> I think there may be a problem with this chapter.
>
> $ sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c
> The instruction ^ in the chapter, changes the file.
>
> the actual change to the file was:
> tfilter.cloned = 2;
>
> which caused this error:
> iproute.c: In f
Hello,
I think there may be a problem with this chapter.
$ sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c
The instruction ^ in the chapter, changes the file.
the actual change to the file was:
tfilter.cloned = 2;
which caused this error:
iproute.c: In function 'iproute_list_flush_or_save':
ip