El 16/09/15 a les 22:57, Robert Millan ha escrit:
int fd = rump_sys_open("/dev/ugenhc", RUMP_O_RDWR); if (fd == -1) error(1, rump_errtrans_rump2host(errno), "rump_sys_open");
Instead of rump_errtrans_rump2host() this should be rump_errno2host() which is the function name that was finally committed in upstream. Sorry for the confusion. -- Robert Millan