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

Diff for /src/usr.bin/file/Attic/fsmagic.c between version 1.10 and 1.11

version 1.10, 2004/05/19 02:32:35 version 1.11, 2005/05/18 03:11:18
Line 91 
Line 91 
                         return -1;                          return -1;
                 }                  }
                 if (file_printf(ms, "cannot open (%s)",                  if (file_printf(ms, "cannot open (%s)",
                     fn, strerror(errno)) == -1)                      strerror(errno)) == -1)
                         return -1;                          return -1;
                 return 1;                  return 1;
         }          }

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