Whamcloud - gitweb
LU-9680 utils: fix Netlink / YAML library handling
[fs/lustre-release.git] / libcfs / include / libcfs / linux / linux-net.h
index a9502a3..17b1b30 100644 (file)
 char *nla_strdup(const struct nlattr *nla, gfp_t flags);
 #endif /* !HAVE_NLA_STRDUP */
 
+#ifdef HAVE_NLA_STRLCPY
+#define nla_strscpy    nla_strlcpy
+#endif /* HAVE_NLA_STRLCPY */
+
 #ifndef HAVE_NL_PARSE_WITH_EXT_ACK
 
 #define NL_SET_BAD_ATTR(extack, attr)