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

Diff for /src/usr.bin/rcs/ci.c between version 1.210 and 1.211

version 1.210, 2010/07/30 21:47:18 version 1.211, 2010/09/08 15:15:50
Line 242 
Line 242 
         if ((pb.username = getlogin()) == NULL)          if ((pb.username = getlogin()) == NULL)
                 err(1, "getlogin");                  err(1, "getlogin");
   
         /* If -x flag was not given, use default. */  
         if (rcs_suffixes == NULL)  
                 rcs_suffixes = RCS_DEFAULT_SUFFIX;  
   
         for (i = 0; i < argc; i++) {          for (i = 0; i < argc; i++) {
                 /*                  /*
                  * The pb.flags and pb.openflags may change during                   * The pb.flags and pb.openflags may change during

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211