Hi William,
fixes compilation on musl libc systems that are stricter
the error:
ell/dir.c: In function 'inotify_read_cb':
ell/dir.c:176:45: error: 'NAME_MAX' undeclared (first use in this function); did
you mean 'SIZE_MAX'?
uint8_t buf[sizeof(struct inotify_event) + NAME_MAX + 1]
^~~~~~~~
SIZE_MAX
ell/dir.c:176:45: note: each undeclared identifier is reported only once for each
function it appears in
Signed-off-by: William Maxwell <thinkabit.ukim(a)gmail.com>
---
ell/dir.c | 1 +
1 file changed, 1 insertion(+)
a slightly modified patch has been applied.
Regards
Marcel