[BACK]Return to sndiod.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/sndiod.c between version 1.10 and 1.11

version 1.10, 2015/10/02 09:36:24 version 1.11, 2015/10/02 12:21:59
Line 466 
Line 466 
                     mode, vol, mmc, dup);                      mode, vol, mmc, dup);
         }          }
         getbasepath(base, sizeof(base));          getbasepath(base, sizeof(base));
         snprintf(path, SOCKPATH_MAX, "%s/%s%u", base, SOCKPATH_FILE, unit);          snprintf(path, SOCKPATH_MAX, "%s/" SOCKPATH_FILE "%u", base, unit);
         listen_new_un(path);          listen_new_un(path);
         if (geteuid() == 0)          if (geteuid() == 0)
                 privdrop();                  privdrop();

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11