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

Diff for /src/usr.bin/cvs/server.c between version 1.43 and 1.44

version 1.43, 2006/12/15 09:50:37 version 1.44, 2006/12/15 13:12:14
Line 448 
Line 448 
 }  }
   
 void  void
   cvs_server_update_patches(char *data)
   {
           /*
            * This does not actually do anything.
            * It is used to tell that the server is able to
            * generate patches when given an `update' request.
            * The client must issue the -u argument to `update'
            * to receive patches.
            */
   }
   
   void
 cvs_server_add(char *data)  cvs_server_add(char *data)
 {  {
         if (chdir(server_currentdir) == -1)          if (chdir(server_currentdir) == -1)

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44