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

Diff for /src/usr.bin/aucat/aucat.c between version 1.137 and 1.138

version 1.137, 2012/06/27 06:53:13 version 1.138, 2012/10/27 08:36:36
Line 23 
Line 23 
 #include <err.h>  #include <err.h>
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
   #include <grp.h>
 #include <limits.h>  #include <limits.h>
 #include <pwd.h>  #include <pwd.h>
 #include <signal.h>  #include <signal.h>
Line 49 
Line 50 
 /*  /*
  * unprivileged user name   * unprivileged user name
  */   */
   #ifndef SNDIO_USER
 #define SNDIO_USER      "_sndio"  #define SNDIO_USER      "_sndio"
   #endif
   
 /*  /*
  * priority when run as root   * priority when run as root
  */   */
   #ifndef SNDIO_PRIO
 #define SNDIO_PRIO      (-20)  #define SNDIO_PRIO      (-20)
   #endif
   
 #define PROG_AUCAT      "aucat"  #define PROG_AUCAT      "aucat"
 #define PROG_SNDIOD     "sndiod"  #define PROG_SNDIOD     "sndiod"

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138