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

Diff for /src/usr.bin/cvs/watch.c between version 1.21 and 1.22

version 1.21, 2008/06/23 20:51:08 version 1.22, 2011/12/27 13:59:01
Line 33 
Line 33 
 static void     cvs_watch_local(struct cvs_file *);  static void     cvs_watch_local(struct cvs_file *);
 static void     cvs_watchers_local(struct cvs_file *);  static void     cvs_watchers_local(struct cvs_file *);
   
 static int      watch_req = 0;  
 static int      watch_aflags = 0;  
   
 struct cvs_cmd cvs_cmd_watch = {  struct cvs_cmd cvs_cmd_watch = {
         CVS_OP_WATCH, CVS_USE_WDIR, "watch",          CVS_OP_WATCH, CVS_USE_WDIR, "watch",
         { { 0 }, { 0 } },          { { 0 }, { 0 } },
Line 61 
Line 58 
 {  {
         int ch, flags;          int ch, flags;
         struct cvs_recursion cr;          struct cvs_recursion cr;
           int watch_req = 0;
           int watch_aflags = 0;
   
         if (argc < 2)          if (argc < 2)
                 fatal("%s", cvs_cmd_watch.cmd_synopsis);                  fatal("%s", cvs_cmd_watch.cmd_synopsis);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22