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

Diff for /src/usr.bin/aucat/Attic/sock.c between version 1.35 and 1.36

version 1.35, 2009/11/03 21:31:37 version 1.36, 2010/01/05 10:18:12
Line 515 
Line 515 
         unsigned char *data;          unsigned char *data;
         unsigned count, n;          unsigned count, n;
 #define ZERO_MAX 0x1000  #define ZERO_MAX 0x1000
         static char zero[ZERO_MAX];          static unsigned char zero[ZERO_MAX];
   
         if (!(f->pipe.file.state & FILE_WOK))          if (!(f->pipe.file.state & FILE_WOK))
                 return 0;                  return 0;

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36