Re: want opinions on possible glitch in 2.4 network error reporting

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 7 Feb 2002 00:24:10 +0000 (GMT)


> Hackers code sendto as:
> sendto(s,...);
> Professional programmers use:
> (void)sendto(s,...);

Remind me never to hire one of your professional programmers

> checking the return value is useless.

Not so. For a large number of situations its extremely informative.
-
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/