commit | 072313162870e9675c3e6f346a804a324a907f93 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Dec 17 11:22:44 2020 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Dec 17 11:22:44 2020 +0100 |
tree | 738f3dc4f7aea9d62ad10c06ed8f8244eef4be44 | |
parent | bb15969333d0476256c92edc068894a50d9159d4 [diff] [blame] |
Fixes for Hurd build Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/applets/applet_tables.c b/applets/applet_tables.c index ce20374..7ba929b 100644 --- a/applets/applet_tables.c +++ b/applets/applet_tables.c
@@ -20,6 +20,10 @@ #undef ARRAY_SIZE #define ARRAY_SIZE(x) ((unsigned)(sizeof(x) / sizeof((x)[0]))) +#ifndef PATH_MAX +#define PATH_MAX 1024 +#endif + #include "../include/autoconf.h" #include "../include/applet_metadata.h"