=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- src/usr.bin/cvs/cvs.h 2009/02/21 14:11:08 1.174 +++ src/usr.bin/cvs/cvs.h 2009/03/19 09:53:16 1.175 @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.174 2009/02/21 14:11:08 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.175 2009/03/19 09:53:16 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -235,6 +235,7 @@ #define CVS_ENT_ADDED 1 #define CVS_ENT_REMOVED 2 #define CVS_ENT_UPTODATE 3 +#define CVS_ENT_UNKNOWN 4 #define CVS_ENT_MAXLINELEN 1024