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

Collapse All | Expand All

(-)src/accessClient.c.org (-1 / +1 lines)
Lines 83-89 Link Here
83
    char* filepath;
83
    char* filepath;
84
    char *newargv[] = { NULL };
84
    char *newargv[] = { NULL };
85
    char *newenv[] = { NULL };
85
    char *newenv[] = { NULL };
86
    char *exeprog = TOSTRING(ACCESSDAEMON);
86
    char *exeprog = "/usr/sbin/likwid-accessD";
87
    struct sockaddr_un address;
87
    struct sockaddr_un address;
88
    size_t address_length;
88
    size_t address_length;
89
    int  ret;
89
    int  ret;

Return to bug 373607