[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.54 and 1.55

version 1.54, 2007/02/17 18:23:43 version 1.55, 2007/02/22 06:42:09
Line 15 
Line 15 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 #include "includes.h"  #include <sys/stat.h>
   
   #include <errno.h>
   #include <fcntl.h>
   #include <libgen.h>
   #include <stdlib.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "log.h"  
 #include "diff.h"  
 #include "remote.h"  #include "remote.h"
   
 struct cvs_resp cvs_responses[] = {  struct cvs_resp cvs_responses[] = {

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55