summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-08-13 02:56:38 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-08-13 02:56:38 +0000
commitf093f938cd1d0b9f2a65663307f33eca55fd5749 (patch)
treee790bccef12f2bc4f7cce647282b105ca4f6f611 /usr.bin/cvs
parentd21b44b6716776eade78a52e6068d52b82bdd58e (diff)
Add a macro for dummy timestamp strings
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/cvs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index 7521939a13e..f4ea936ccdd 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.26 2004/08/13 02:16:29 jfb Exp $ */
+/* $OpenBSD: cvs.h,v 1.27 2004/08/13 02:56:37 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -163,10 +163,13 @@ struct cvsroot {
#define CVS_HIST_TAG 'T'
+#define CVS_ENT_DUMMYTIME "dummy timestamp"
+
#define CVS_ENT_NONE 0
#define CVS_ENT_FILE 1
#define CVS_ENT_DIR 2
+
#define CVS_ENTF_SYNC 0x01 /* contents of disk and memory match */
#define CVS_ENTF_WR 0x02 /* file is opened for writing too */