diff options
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index 7a4c1773551..98cd159f24e 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.52 2005/04/20 23:11:30 jfb Exp $ */ +/* $OpenBSD: cvs.h,v 1.53 2005/04/25 17:59:16 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -52,6 +52,7 @@ #define CVS_EX_PROTO 3 #define CVS_EX_FILE 4 #define CVS_EX_BADTAG 5 +#define CVS_EX_BADROOT 6 /* operations */ #define CVS_OP_UNKNOWN 0 |