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

Diff for /src/usr.bin/aucat/Attic/sock.h between version 1.15 and 1.16

version 1.15, 2010/04/06 20:07:01 version 1.16, 2010/06/04 06:15:28
Line 64 
Line 64 
         int lastvol;                    /* last volume */          int lastvol;                    /* last volume */
         int slot;                       /* mixer ctl slot number */          int slot;                       /* mixer ctl slot number */
         struct opt *opt;                /* "subdevice" definition */          struct opt *opt;                /* "subdevice" definition */
           struct dev *dev;                /* actual hardware device */
         char who[12];                   /* label, mostly for debugging */          char who[12];                   /* label, mostly for debugging */
 };  };
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16