Whamcloud - gitweb
LU-12479 utils: cleanup gcc8 string warnings
[fs/lustre-release.git] / lustre / utils / llsom_sync.c
index 9676ded..1c2e5c3 100644 (file)
 #include <libcfs/util/list.h>
 #include <libcfs/util/parser.h>
 
-#ifndef PATH_MAX
-#define PATH_MAX (4096)
-#endif
-
 #define container_of(ptr, type, member) ({                      \
        const typeof(((type *) 0)->member) * __mptr = (ptr);     \
        (type *) ((char *) __mptr - offsetof(type, member)); })