English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /trunk/freewrt/tools/paxmirabilis/src/options.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3815 by tg, Sat Sep 6 16:06:24 2008 UTC revision 3816 by tg, Wed Oct 29 17:58:40 2008 UTC
# Line 56  Line 56 
56  #include "extern.h"  #include "extern.h"
57    
58  __SCCSID("@(#)options.c 8.2 (Berkeley) 4/18/94");  __SCCSID("@(#)options.c 8.2 (Berkeley) 4/18/94");
59  __RCSID("$MirOS: src/bin/pax/options.c,v 1.26 2008/08/07 19:40:39 tg Exp $");  __RCSID("$MirOS: src/bin/pax/options.c,v 1.27 2008/10/29 17:00:07 tg Exp $");
60    
61  #ifdef __GLIBC__  #ifdef __GLIBC__
62  char *fgetln(FILE *, size_t *);  char *fgetln(FILE *, size_t *);
# Line 380  pax_options(int argc, char **argv) Line 380  pax_options(int argc, char **argv)
380                          /*                          /*
381                           * verbose operation mode                           * verbose operation mode
382                           */                           */
383                          vflag = 1;                          vflag++;
384                          flg |= VF;                          flg |= VF;
385                          break;                          break;
386                  case 'w':                  case 'w':
# Line 1218  cpio_options(int argc, char **argv) Line 1218  cpio_options(int argc, char **argv)
1218                                  /*                                  /*
1219                                   * verbose operation mode                                   * verbose operation mode
1220                                   */                                   */
1221                                  vflag = 1;                                  vflag++;
1222                                  break;                                  break;
1223                          case 'z':                          case 'z':
1224                                  /*                                  /*

Legend:
Removed from v.3815  
changed lines
  Added in v.3816

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20