[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.10 and 1.11

version 1.10, 2009/08/26 06:10:15 version 1.11, 2009/09/27 11:51:20
Line 58 
Line 58 
         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 */
           char who[12];                   /* label, mostly for debugging */
 };  };
   
 struct sock *sock_new(struct fileops *, int fd);  struct sock *sock_new(struct fileops *, int fd);

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