diff options
author | 2015-10-05 19:05:09 +0000 | |
---|---|---|
committer | 2015-10-05 19:05:09 +0000 | |
commit | 3d1b582c04e5bae831300222605597779940d141 (patch) | |
tree | 5232b3202678070f4363efcd6b8ea7f29967edfc /usr.bin/diff/diff.c | |
parent | Style nits on a couple of casts. (diff) | |
download | wireguard-openbsd-3d1b582c04e5bae831300222605597779940d141.tar.xz wireguard-openbsd-3d1b582c04e5bae831300222605597779940d141.zip |
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
(Especially adding IF_DROP() after IFQ_ENQUEUE() was completely wrong because
IFQ_ENQUEUE() already does it. Oops.)
After this revert, the situation becomes:
- if_snd.ifq_drops is incremented in either IFQ_ENQUEUE() or IF_DROP(), but
it is not shown to userland, and
- if_data.ifi_oqdrops is shown to userland, but it is not incremented by
anyone.
Diffstat (limited to 'usr.bin/diff/diff.c')
0 files changed, 0 insertions, 0 deletions