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

Diff for /src/usr.bin/cvs/rcs.c between version 1.209 and 1.210

version 1.209, 2007/02/19 11:40:00 version 1.210, 2007/02/22 06:42:09
Line 24 
Line 24 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/stat.h>
   
 #include "buf.h"  #include <ctype.h>
   #include <errno.h>
   #include <libgen.h>
   #include <pwd.h>
   #include <stdlib.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "diff.h"  #include "diff.h"
 #include "log.h"  
 #include "rcs.h"  #include "rcs.h"
 #include "util.h"  
 #include "xmalloc.h"  
   
 #define RCS_BUFSIZE     16384  #define RCS_BUFSIZE     16384
 #define RCS_BUFEXTSIZE  8192  #define RCS_BUFEXTSIZE  8192

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