The following warning was being caused by doing x < 0 were x is an
authorRod Grimes <rgrimes@FreeBSD.org>
Thu, 9 Sep 1993 23:35:48 +0000 (23:35 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Thu, 9 Sep 1993 23:35:48 +0000 (23:35 +0000)
commitb120d1cfc70fd4993ca1e723c392ac24627a5970
treecee21c41e24f815cfc49a80d96b79efdb8ea4d91
parent01df27249de8c24c0279e1b252fb18642edd1ef0
The following warning was being caused by doing x < 0 were x is an
unsigned char.  I disabled this comparison, and put a big XXXRWGXXX in
there explaining it.  It is unclear as to what exactly the intintions
of the < 0 part of the if was, the other part of it made perfect since.

../../netiso/tp_output.c:166: warning: comparison is always 0 due to
limited range of data type
sys/netiso/tp_output.c