"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/postfork.cpp" between
fish-3.5.0.tar.xz and fish-3.5.1.tar.xz

About: fish is a smart and user-friendly interactive command line shell.

postfork.cpp  (fish-3.5.0.tar.xz):postfork.cpp  (fish-3.5.1.tar.xz)
skipping to change at line 546 skipping to change at line 546
FLOGF_SAFE(exec, "Failed to execute process '%s': Name is too long." , actual_cmd); FLOGF_SAFE(exec, "Failed to execute process '%s': Name is too long." , actual_cmd);
break; break;
} }
case EPERM: { case EPERM: {
FLOGF_SAFE(exec, FLOGF_SAFE(exec,
"Failed to execute process '%s': No permission. Either su id/sgid is " "Failed to execute process '%s': No permission. Either su id/sgid is "
"forbidden or you lack capabilities.", "forbidden or you lack capabilities.",
actual_cmd); actual_cmd);
break; break;
} }
#ifdef EBADARCH
case EBADARCH: {
FLOGF_SAFE(exec,
"Failed to execute process '%s': Bad CPU type in executab
le.",
actual_cmd);
break;
}
#endif
default: { default: {
char errnum_buff[64]; char errnum_buff[64];
format_long_safe(errnum_buff, err); format_long_safe(errnum_buff, err);
FLOGF_SAFE(exec, "Failed to execute process '%s', unknown error numb er %s", actual_cmd, FLOGF_SAFE(exec, "Failed to execute process '%s', unknown error numb er %s", actual_cmd,
errnum_buff); errnum_buff);
break; break;
} }
} }
} }
 End of changes. 1 change blocks. 
0 lines changed or deleted 9 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)