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

Diff for /src/usr.bin/ar/Attic/ar.c between version 1.6 and 1.7

version 1.6, 2000/11/20 14:03:30 version 1.7, 2002/02/16 21:27:43
Line 68 
Line 68 
 CHDR chdr;  CHDR chdr;
 u_int options;  u_int options;
 char *archive, *envtmp, *posarg, *posname;  char *archive, *envtmp, *posarg, *posname;
 static void badoptions __P((char *));  static void badoptions(char *);
 static void usage __P((void));  static void usage(void);
   
 /*  /*
  * main --   * main --
Line 84 
Line 84 
 {  {
         int c;          int c;
         char *p;          char *p;
         int (*fcall) __P((char **));          int (*fcall)(char **);
   
         if (argc < 3)          if (argc < 3)
                 usage();                  usage();

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7