aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-09-14 13:01:32 +0000
committerMark Johnston <markj@FreeBSD.org>2021-09-14 13:01:32 +0000
commitfa0463c384b652e1e962d5e8e70396e6a876f01b (patch)
tree36cec54bafea4833993792f81f91aee1fc9ac656 /sys/dev/hyperv
parentfd860ace3bded96bee0e5c090a5a4d8b085b700c (diff)
Diffstat (limited to 'sys/dev/hyperv')
-rw-r--r--sys/dev/hyperv/hvsock/hv_sock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/hyperv/hvsock/hv_sock.c b/sys/dev/hyperv/hvsock/hv_sock.c
index b95b8eebb77d..6d5ad4fc6609 100644
--- a/sys/dev/hyperv/hvsock/hv_sock.c
+++ b/sys/dev/hyperv/hvsock/hv_sock.c
@@ -627,7 +627,6 @@ hvs_trans_disconnect(struct socket *so)
return (0);
}
-#define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT)
struct hvs_callback_arg {
struct uio *uio;
struct sockbuf *sb;