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

Diff for /src/usr.bin/xinstall/xinstall.c between version 1.46 and 1.47

version 1.46, 2007/08/06 19:16:06 version 1.47, 2007/09/05 08:58:34
Line 100 
Line 100 
         char *flags, *to_name, *group = NULL, *owner = NULL;          char *flags, *to_name, *group = NULL, *owner = NULL;
   
         iflags = 0;          iflags = 0;
         while ((ch = getopt(argc, argv, "BbCcdf:g:m:o:pSs")) != -1)          while ((ch = getopt(argc, argv, "B:bCcdf:g:m:o:pSs")) != -1)
                 switch((char)ch) {                  switch((char)ch) {
                 case 'C':                  case 'C':
                         docompare = 1;                          docompare = 1;

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47