macro: s/MAXPATHLEN/PATH_MAX/g

parent 22601d54
......@@ -184,7 +184,7 @@
*/
#define LXC_LSMATTRLEN (6 + INTTYPE_TO_STRLEN(pid_t) + 6 + 8 + 1)
#define LXC_CMD_DATA_MAX (MAXPATHLEN * 2)
#define LXC_CMD_DATA_MAX (PATH_MAX * 2)
/* loop devices */
#ifndef LO_FLAGS_AUTOCLEAR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment