[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.10 and 1.11

version 1.10, 2004/03/08 19:02:00 version 1.11, 2004/05/09 03:20:45
Line 43 
Line 43 
 int  int
 main(int argc, char *argv[])  main(int argc, char *argv[])
 {  {
         char *arch;  
         char *opts;  
         int c;  
         int short_form = 0;  
         extern char *__progname;          extern char *__progname;
           int short_form = 0, c;
           char *arch, *opts;
   
         setlocale(LC_ALL, "");          setlocale(LC_ALL, "");
   

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