summaryrefslogtreecommitdiff
path: root/sysutils/slurm-wlm/files/patch-src_common_slurm__xlator.h
blob: d298eab351d8bd52864aa7e94aebfc2ab2c38838 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/common/slurm_xlator.h.orig	2019-05-28 17:23:14 UTC
+++ src/common/slurm_xlator.h
@@ -300,7 +300,9 @@
  * The header file used only for #define values. */
 
 /* strlcpy.[ch] functions */
+#if (!HAVE_STRLCPY)	// Match this to src/common/strlcpy.c
 #define	strlcpy			slurm_strlcpy
+#endif
 
 /* switch.[ch] functions
  * None exported today.