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

Diff for /src/usr.bin/arch/arch.c between version 1.13 and 1.14

version 1.13, 2015/01/16 06:40:05 version 1.14, 2015/02/08 23:40:34
Line 49 
Line 49 
         if (machine) {          if (machine) {
                 arch = MACHINE;                  arch = MACHINE;
                 opts = "a";                  opts = "a";
                 short_form++;                  short_form = 1;
         } else {          } else {
                 arch = MACHINE_ARCH;                  arch = MACHINE_ARCH;
                 opts = "ks";                  opts = "ks";
Line 63 
Line 63 
                         arch = MACHINE;                          arch = MACHINE;
                         break;                          break;
                 case 's':                  case 's':
                         short_form++;                          short_form = 1;
                         break;                          break;
                 default:                  default:
                         usage();                          usage();

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14