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/ofed/drivers | |
| parent | fd860ace3bded96bee0e5c090a5a4d8b085b700c (diff) | |
Diffstat (limited to 'sys/ofed/drivers')
| -rw-r--r-- | sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c index ed9dd1fcb224..973372b21761 100644 --- a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c +++ b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c @@ -1047,8 +1047,6 @@ out: return (error); } -#define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) - /* * Send on a socket. If send must go all at once and message is larger than * send buffering, then hard error. Lock against other senders. If must go |
