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

Diff for /src/usr.bin/file/Attic/ascmagic.c between version 1.4 and 1.5

version 1.4, 1998/07/10 15:05:15 version 1.5, 2001/11/19 19:02:13
Line 53 
Line 53 
         unsigned char *s;          unsigned char *s;
         char nbuf[HOWMANY+1];   /* one extra for terminating '\0' */          char nbuf[HOWMANY+1];   /* one extra for terminating '\0' */
         char *token;          char *token;
         register struct names *p;          struct names *p;
   
         /*          /*
          * Do the tar test first, because if the first file in the tar           * Do the tar test first, because if the first file in the tar

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5