=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.79 retrieving revision 1.80 diff -c -r1.79 -r1.80 *** src/usr.bin/cvs/cvs.h 2005/08/12 14:41:54 1.79 --- src/usr.bin/cvs/cvs.h 2005/08/16 16:34:19 1.80 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.79 2005/08/12 14:41:54 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.80 2005/08/16 16:34:19 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 243,248 **** --- 243,250 ---- #define CVS_ENT_ADDED 1 #define CVS_ENT_REMOVED 2 #define CVS_ENT_UPTODATE 3 + + #define CVS_ENT_MAXLINELEN 1024 #define CVS_ENTF_SYNC 0x01 /* contents of disk and memory match */ #define CVS_ENTF_WR 0x02 /* file is opened for writing too */