[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.1 and 1.2

version 1.1, 2008/10/26 08:49:44 version 1.2, 2008/11/11 19:21:20
Line 50 
Line 50 
         unsigned bufsz;                 /* total buffer size */          unsigned bufsz;                 /* total buffer size */
         unsigned round;                 /* block size */          unsigned round;                 /* block size */
         unsigned xrun;                  /* one of AMSG_IGNORE, ... */          unsigned xrun;                  /* one of AMSG_IGNORE, ... */
           unsigned vol;
 };  };
   
 struct sock *sock_new(struct fileops *, int fd, char *);  struct sock *sock_new(struct fileops *, int fd, char *);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2