Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107572 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- bcrypt-orig/src/misc.c      2005-05-14 22:07:03.000000000 +1000
0
++ bcrypt/src/misc.c   2005-11-12 13:57:46.000000000 +1000
Lines 223-229 Link Here
223
int run_process(char *args[])
223
int run_process(char *args[])
224
{
224
{
225
    int pid;
225
    int pid;
226
    char *env[] = { "PATH=/sbin", NULL};
226
    char *env[] = { "PATH=/usr/sbin:/sbin", NULL};
227
    assert(args != NULL);
227
    assert(args != NULL);
228
    assert(args[0] != NULL);
228
    assert(args[0] != NULL);

Return to bug 107572