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

Diff for /src/usr.bin/file/Attic/apprentice.c between version 1.21 and 1.22

version 1.21, 2006/04/04 10:53:40 version 1.22, 2006/04/04 14:17:01
Line 382 
Line 382 
 parse(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, char *l,  parse(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, char *l,
     int action)      int action)
 {  {
         int i = 0;  
         struct magic *m;          struct magic *m;
         char *t;          char *t;
         private const char *fops = FILE_OPS;          private const char *fops = FILE_OPS;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22