Revision 6ca8d0fd vl.c

b/vl.c
301 301

  
302 302
static void set_proc_name(const char *s)
303 303
{
304
#ifdef __linux__
304
#if defined(__linux__) && defined(PR_SET_NAME)
305 305
    char name[16];
306 306
    if (!s)
307 307
        return;

Also available in: Unified diff