diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2021-09-14 13:01:32 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2021-09-14 13:01:32 +0000 |
| commit | fa0463c384b652e1e962d5e8e70396e6a876f01b (patch) | |
| tree | 36cec54bafea4833993792f81f91aee1fc9ac656 /sys/dev/hyperv | |
| parent | fd860ace3bded96bee0e5c090a5a4d8b085b700c (diff) | |
Diffstat (limited to 'sys/dev/hyperv')
| -rw-r--r-- | sys/dev/hyperv/hvsock/hv_sock.c | 1 |
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; |
