Re: [PATCHLET] Tiny fixes for fastrouting

David S. Miller (davem@redhat.com)
Wed, 16 Jan 2002 17:06:52 -0800 (PST)


From: "Cornelia Huck" <COHUCK@de.ibm.com>
Date: Wed, 16 Jan 2002 16:57:27 +0100

I've applied your patches, thanks. But PLEASE!
In the future use a mailer that does not undo tab
characters, I could not apply your patch as-is I had
to hand apply it because:

- if (pt->data) {
+ if ((pt->data) && ((int)(pt->data)!=1)) {

had the said corruption.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/