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-11-14 07:20:30 -08:00
2020-11-14 07:20:30 -08:00
2020-03-27 10:15:45 -06:00
2020-02-07 18:20:06 -08:00
2020-04-22 12:46:27 -07:00
2020-11-14 07:20:30 -08:00