bpf: Use iterator variable of correct type
commit3c5bd6bcd871b2cdaa22ff810823f2c5a9cfeb0d
authorTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 14:21:02 +0000 (13 16:21 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sat, 13 Jul 2013 14:22:14 +0000 (13 16:22 +0200)
treea5bb39420351be8c95cd684e42b3e5450cce30f7
parentbf9232fb613b33f178e8409be42290977f243255
bpf: Use iterator variable of correct type

array_size() returns size_t, thus make i size_t too to avoid a warning
regarding comparison of signed/unsigned.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
bpf.c