Isum - 2011-01-18

Ok, so this time I attempted to install iplist 0.29 on a fresh Arch (64bit) install and ran into one of these when I called "make":

src/nfq.cc:104:32: error: invalid conversion from ‘char**’ to ‘unsigned char**’

So line 104 refers to a char called "data"….so I changed "data" to an "unsigned char"
on lines 95 and 147 and it compiled with some warning about unsigned chars being deprecated
or something (please don't lecture me, I am not (nor do I claim to be) a programmer).

Everything seemed to install fine, except that while running ipblock, only OUTbound traffic
is being blocked. Is this because of the change I made? Or did I do something else wrong?
And if it is the change, what can I do to fix it? I saw on another post that there was
and nfq.cc.patch, but the link is broken now.