Re: [PATCH] flood: Fixed compiler warning about signed/unsigned mismatch in generic_recv_resp()

2003-02-12 Thread Justin Erenkrantz
--On Tuesday, February 11, 2003 2:27 AM -0800 [EMAIL PROTECTED] wrote: Summary: Fixed compiler warning about signed/unsigned mismatch in generic_recv_resp () Got it. Thanks! -- justin

[PATCH] flood: Fixed compiler warning about signed/unsigned mismatch in generic_recv_resp()

2003-02-11 Thread ptran
Here's a minor patch for a compiler warning. I'll going to send a patch that touches flood_socket_generic.c soon, so I figured it would be a good thing to address the warning first. Summary: Fixed compiler warning about signed/unsigned mismatch in generic_recv_resp () This patch addresses t