1
1
Joshua Hursey 185a459995
Fix PGI compiler error with compare arg
* PGI was throwing the following error.
```
NVC++-S-0103-Illegal operand types for comparison operator (osc_rdma_frag.h: 75)
NVC++/power Linux 20.11-0: compilation completed with severe errors
```
 * It must not have liked the inline declaration of the NULL pointer.
   - So replace with a variable, as we do in other places in the code base.

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
2020-12-30 11:37:39 -06:00
..
2020-12-17 11:43:23 -06:00
2020-10-07 13:04:39 -04:00
2020-11-10 13:52:29 -05:00
2020-12-27 12:18:40 -08:00
2020-11-14 07:20:30 -08:00