../../libnetfs/fsys-get-children.c:48:42: error: expected ';' at end of declaration error_t check_access (const char *path) ^ ; ../../libnetfs/fsys-get-children.c:99:41: error: use of undeclared identifier 'c' err = fshelp_get_active_translators (&c, &c_len, check_access); ^ ../../libnetfs/fsys-get-children.c:103:40: error: use of undeclared identifier 'c' err = iohelp_return_malloced_buffer (c, c_len, children, children_len); ^ ../../libnetfs/fsys-get-children.c:107:3: error: use of undeclared identifier 'c' c = NULL; /* c was freed by iohelp_return_malloced_buffer. */ ^ ../../libnetfs/fsys-get-children.c:110:9: error: use of undeclared identifier 'c' free (c); ^ 5 errors generated.