lib/binrpc modules/ctl utils/kamcmd : set UNIX_PATH_MAX to lowest common value
@@ -53,7 +53,7 @@
#define binrpc_free internal_free
#ifndef UNIX_PATH_MAX
-#define UNIX_PATH_MAX 108
+#define UNIX_PATH_MAX 104
#endif
#ifndef INT2STR_MAX_LEN
@@ -37,7 +37,7 @@
#include <fcntl.h>
@@ -82,7 +82,7 @@
-#define UNIX_PATH_MAX 100
static char id[]="$Id$";