chiark / gitweb /
udp.c: Remove some (ab)use of variable name `i'
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 2 Sep 2014 07:59:44 +0000 (08:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Oct 2014 21:28:51 +0000 (22:28 +0100)
commitc649eafe19939630ff1e50d241abd8f4bc935339
treeca50958310fa1935a43c004f5d31cb4f0c2a7155
parentbb8398990f4b904047ddd8543f24c4ae683e1881
udp.c: Remove some (ab)use of variable name `i'

I find it very odd to find `item_t *i' etc.  I would like to be able
to use `int i'.  So change some uses of `i' to `item'.  (`j' in this
function will go away in the next patch so isn't worth renaming.)

No functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
udp.c