Re: SOLUTION (Re: Style question: comparison between signed and unsigned?)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 29 Sep 1997 19:36:57 +0100 (BST)


> if (i < sizeof(struct pkthdr))
> return SHORT_PACKET;
>
> then why don't we simply turn that "<" into "!="? I have the feeling

Because then it won't work.

Alan