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

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

version 1.3, 1996/12/09 07:10:14 version 1.4, 1997/01/15 23:42:46
Line 85 
Line 85 
      * Process cmdline       * Process cmdline
      */       */
     opstring = olf2elf ? "v" : "vo:";      opstring = olf2elf ? "v" : "vo:";
     while((ch = getopt(argc, argv, opstring)) != EOF)      while((ch = getopt(argc, argv, opstring)) != -1)
         switch(ch) {          switch(ch) {
         case 'v':          case 'v':
             verbose = 1;              verbose = 1;

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