[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.39 and 1.40

version 1.39, 2005/11/29 11:11:39 version 1.40, 2005/11/30 14:29:22
Line 259 
Line 259 
                         yn = 0;                          yn = 0;
                         if (verbose == 0) {                          if (verbose == 0) {
                                 cvs_log(LP_ERR,                                  cvs_log(LP_ERR,
                                     "writeable %s exists; checkout aborted",                                      "writable %s exists; checkout aborted",
                                     dst);                                      dst);
                                 return (-1);                                  return (-1);
                         }                          }
                         while (yn != 'y' && yn != 'n') {                          while (yn != 'y' && yn != 'n') {
                                 printf("writeable %s exists; ", dst);                                  printf("writable %s exists; ", dst);
                                 printf("remove it? [ny](n): ");                                  printf("remove it? [ny](n): ");
                                 fflush(stdout);                                  fflush(stdout);
                                 yn = getchar();                                  yn = getchar();

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40