retcode = EXIT_FAILURE;
goto cleanup;
}
asprintf(&updatingfile, "%s/UPDATING", portsdir);
xasprintf(&updatingfile, "%s/UPDATING", portsdir);
fd = fopen(updatingfile, "r");