Hi all,
There are too few arguments in the declaration of the funtion
*vdev_subprocess* in *libvdev/util.h*. This is:
int vdev_subprocess( char const* cmd, char* const env[], char** output,
size_t max_output, int stderr_fd, int* exit_status, bool use_shell );
The funtion is invokedin *fs/acl.c* only with six arguments :
rc = vdev_subprocess( cmd_buf, predicate_env, NULL, 0, &exit_status, true );
On the other hand, i packaged succesfully *libfskit* and *libpstat*.
Anybody knows where can i find a stable branch of *libpthread* ?
Cheers,
Aitor.