`c1 < 0' will always be false when `c1' is unsigned. My solution would be
return (int)c1 - (int)c2;
where the `(int)' is, in fact, syntactic sugar.
-- Michael "Tired" Riepe <Michael.Riepe@stud.uni-hannover.de> "All I wanna do is have a little fun before I die"- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html