arp_table: use size_t to index arrays.
Like the title says, use size_t instead of int to iterate through arrays. Not performance critical, just a minor cleanup.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Like the title says, use size_t instead of int to iterate through arrays. Not performance critical, just a minor cleanup.