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

Diff for /src/usr.bin/size/Attic/size.c between version 1.9 and 1.10

version 1.9, 1998/05/11 07:40:31 version 1.10, 1998/05/11 20:20:55
Line 297 
Line 297 
                 return(1);                  return(1);
         }          }
   
         if (N_GETMID(head) != MID_MACHINE) {          if (N_GETMID(head) && N_GETMID(head) != MID_MACHINE) {
                 warnx("%s: wrong architecture", name);                  warnx("%s: wrong architecture", name);
                 return(1);                  return(1);
         }          }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10