SHA256
1
0
forked from pool/dapl
dapl/dapl-define_NULL.patch
Nicolas Morey-Chaisemartin 6a071ecea8 Accepting request 511580 from home:NMoreyChaisemartin:branches:science:HPC
- Update to 2.1.10
  * dtest_suite: add option to pause the test.
  * dtestcm: add client retry, give server time to queue up all listens
  * dtest: Add new man pages. (dtestx dtestcm dtestsrq)
  * cma: fix open_query mode, initialize attributes
  * ucm: up level CM timer logging, increase drep time at scale
  * dtest: fix return value check on do_rdma_write_with_msg
  * dtestx: check device capabilities and do atomic tests only if supported by HW
  * common: set atomic attributes based on provider/device capabilities
  * build: dtest_suite.sh was moved to test/scripts
  * mpxyd: let TX thread sleep if no open devices are referenced
  * mcm: when mmap req from MIC return with fail stat print WARN.
  * dtest_suite: remove duplicate dtest_suite.sh
  * dtest: enable -D option (data check) to work with scif provider
  * dtest_suite: fix typo in user_string var
  * mcm: remove logs from post send speed path
  * mcm proxy: push WR from MIC to host with scif mmap memory instead of scif_send.
  * dtest: the default size in pingpong test is set to 1 byte regardless to user input.
  * dtest: cleanup 4 printfs from the middle of performance test, may reduce performance.
- Refresh patches against 2.1.10

OBS-URL: https://build.opensuse.org/request/show/511580
OBS-URL: https://build.opensuse.org/package/show/science:HPC/dapl?expand=0&rev=16
2017-07-20 08:49:25 +00:00

16 lines
451 B
Diff

diff --git dat/common/dat_strerror.c dat/common/dat_strerror.c
index 915dfb0..5f26383 100644
--- dat/common/dat_strerror.c
+++ dat/common/dat_strerror.c
@@ -37,6 +37,10 @@
* $Id: dat_strerror.c,v 1.10 2005/03/24 05:58:28 jlentini Exp $
**********************************************************************/
+#ifdef __GNUC__
+#include <stddef.h> /* to get NULL defined */
+#endif
+
#ifdef __KDAPL__
#include <dat2/kdat.h>
#else /*__UDAPL__*/