summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2015-11-12 10:23:08 +0000
committerdlg <dlg@openbsd.org>2015-11-12 10:23:08 +0000
commite7df00493f62552d38c786a26ba9bdfefd6c27b2 (patch)
tree7acfd40390300de8f916be9437e959a19d903033 /usr.bin/diff/diffdir.c
parentPrefix flowid with ph_ and print it in m_print(). (diff)
downloadwireguard-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