> It's only "clear" insofar as it's "clear" that the code is terrible.
Coffee first, critique second. 8)
> #define TCPCASH_ROWSIZE 256
> #define TCPCASH_COLSIZE 256
> #define TCPCASH_ADDR(x) ((x) * TCPCASH_ROWSIZE)
#define TCPCASH_ADDR(x,y) ((y) * TCPCASH_ROWSIZE + (x))
--
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also. But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view. [Dr. Fritz Todt]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message