[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.21 and 1.22

version 1.21, 2005/08/08 14:28:59 version 1.22, 2005/08/10 14:49:20
Line 103 
Line 103 
                 return (CVS_EX_FILE);                  return (CVS_EX_FILE);
   
         for (;;) {          for (;;) {
                 if (fgets(reqbuf, sizeof(reqbuf), stdin) == NULL) {                  if (fgets(reqbuf, (int)sizeof(reqbuf), stdin) == NULL) {
                         if (feof(stdin))                          if (feof(stdin))
                                 break;                                  break;
                         else if (ferror(stdin))                          else if (ferror(stdin))

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