We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ab35f commit 2249970Copy full SHA for 2249970
src/api/pdc_client_server_common.h
@@ -58,7 +58,7 @@ hg_thread_mutex_t meta_obj_map_mutex_g;
58
#ifndef HOST_NAME_MAX
59
#if defined(__APPLE__)
60
#define HOST_NAME_MAX 255
61
-#else
+#else
62
#define HOST_NAME_MAX 64
63
#endif /* __APPLE__ */
64
#endif /* HOST_NAME_MAX */
src/api/pdc_timing.h
@@ -4,7 +4,7 @@
4
5
6
7
8
9
10
0 commit comments