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

Diff for /src/usr.bin/file/file.c between version 1.3 and 1.4

version 1.3, 1996/06/26 05:32:56 version 1.4, 1997/01/15 23:42:26
Line 97 
Line 97 
         if (!(magicfile = getenv("MAGIC")))          if (!(magicfile = getenv("MAGIC")))
                 magicfile = MAGIC;                  magicfile = MAGIC;
   
         while ((c = getopt(argc, argv, "vcdf:Lm:z")) != EOF)          while ((c = getopt(argc, argv, "vcdf:Lm:z")) != -1)
                 switch (c) {                  switch (c) {
                 case 'v':                  case 'v':
                         (void) fprintf(stdout, "%s-%d.%d\n", progname,                          (void) fprintf(stdout, "%s-%d.%d\n", progname,

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