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

Diff for /src/usr.bin/rcs/co.c between version 1.106 and 1.107

version 1.106, 2007/06/07 09:08:54 version 1.107, 2007/06/08 16:45:52
Line 409 
Line 409 
                 }                  }
         }          }
   
           /* If strict locking is disabled, make file writable by owner. */
           if (rcs_lock_getmode(file) == RCS_LOCK_LOOSE)
                   mode |= S_IWUSR;
   
         if (file->rf_ndelta == 0 && !(flags & QUIET) &&          if (file->rf_ndelta == 0 && !(flags & QUIET) &&
             ((flags & CO_LOCK) || (flags & CO_UNLOCK))) {              ((flags & CO_LOCK) || (flags & CO_UNLOCK))) {
                 (void)fprintf(stderr, "no revisions, so nothing can be %s\n",                  (void)fprintf(stderr, "no revisions, so nothing can be %s\n",

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107