diff options
author | 2015-11-12 10:23:08 +0000 | |
---|---|---|
committer | 2015-11-12 10:23:08 +0000 | |
commit | e7df00493f62552d38c786a26ba9bdfefd6c27b2 (patch) | |
tree | 7acfd40390300de8f916be9437e959a19d903033 /usr.bin/diff/diffdir.c | |
parent | Prefix flowid with ph_ and print it in m_print(). (diff) | |
download | wireguard-openbsd-e7df00493f62552d38c786a26ba9bdfefd6c27b2.tar.xz wireguard-openbsd-e7df00493f62552d38c786a26ba9bdfefd6c27b2.zip |
get rid of IFQ_POLL.
IFQ_POLL(&ifp->if_snd, m);
if (m == NULL)
return;
IFQ_DEQUEUE(&ifp->if_snd, m);
is the same as
IFQ_DEQUEUE(&ifp->if_snd, m);
if (m == NULL)
return;
ok mpi@
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions