Deleted Added
full compact
66c66
< __FBSDID("$FreeBSD: head/sbin/devd/devd.cc 243930 2012-12-06 01:25:14Z eadler $");
---
> __FBSDID("$FreeBSD: head/sbin/devd/devd.cc 243931 2012-12-06 01:25:17Z eadler $");
130c130
< for (i = v.begin(); i != v.end(); i++)
---
> for (i = v.begin(); i != v.end(); ++i)
158c158
< for (i = _epsvec.begin(); i != _epsvec.end(); i++)
---
> for (i = _epsvec.begin(); i != _epsvec.end(); ++i)
169c169
< for (i = _epsvec.begin(); i != _epsvec.end(); i++)
---
> for (i = _epsvec.begin(); i != _epsvec.end(); ++i)
304c304
< for (int i = 0; media_types[i].ifmt_string != NULL; i++)
---
> for (int i = 0; media_types[i].ifmt_string != NULL; ++i)
457c457
< for (i = _dir_list.begin(); i != _dir_list.end(); i++)
---
> for (i = _dir_list.begin(); i != _dir_list.end(); ++i)
572c572
< for (i = _var_list_table.rbegin(); i != _var_list_table.rend(); i++) {
---
> for (i = _var_list_table.rbegin(); i != _var_list_table.rend(); ++i) {
729c729
< for (i = l->begin(); i != l->end(); i++) {
---
> for (i = l->begin(); i != l->end(); ++i) {
826c826
< for (i = clients.begin(); i != clients.end(); i++) {
---
> for (i = clients.begin(); i != clients.end(); ++i) {
833c833
< for (i = bad.begin(); i != bad.end(); i++)
---
> for (i = bad.begin(); i != bad.end(); ++i)