Skip to content
Snippets Groups Projects
Commit 014ddfe4 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

remove call of errno

parent f53257c6
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,9 @@ static void parse_env_var(stralloc *result, char const *line) ;
static void die_or_exec(char const *path, uint8_t insist, char const *const *argv, char const *const *envp)
{
if (insist)
log_dieusys(LOG_EXIT_SYS, "get environment from: ", path) ;
log_dieu(LOG_EXIT_SYS, "get environment from: ", path) ;
else
log_warnusys("get environment from: ", path) ;
log_warnu("get environment from: ", path) ;
xexec_ae(argv[0], argv, envp) ;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment