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

Diff for /src/usr.bin/diff/diffreg.c between version 1.59 and 1.60

version 1.59, 2004/10/20 08:52:19 version 1.60, 2004/11/27 19:16:25
Line 1276 
Line 1276 
 static int  static int
 asciifile(FILE *f)  asciifile(FILE *f)
 {  {
         char buf[BUFSIZ];          unsigned char buf[BUFSIZ];
         int i, cnt;          int i, cnt;
   
         if (aflag || f == NULL)          if (aflag || f == NULL)
Line 1303 
Line 1303 
 static char *  static char *
 match_function(const long *f, int pos, FILE *file)  match_function(const long *f, int pos, FILE *file)
 {  {
         char buf[FUNCTION_CONTEXT_SIZE];          unsigned char buf[FUNCTION_CONTEXT_SIZE];
         size_t nc;          size_t nc;
         int last = lastline;          int last = lastline;
         char *p;          char *p;

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60