summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2008-02-10 14:08:53 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2008-02-10 14:08:53 +0000
commit0bc1f21c7869053221ffcf1177a12e1fa49967ca (patch)
tree9b0e6a0cb96f5f9c7ef950415c180826bfb3e8eb /usr.bin/cvs/cvs.h
parentfe36d839b2fd986064cbf1c91fbc2d1278f71901 (diff)
+ #define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S"
...and use it.
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index 0d9f3d2c9fc..363d451b692 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.160 2008/02/10 12:24:27 joris Exp $ */
+/* $OpenBSD: cvs.h,v 1.161 2008/02/10 14:08:52 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -53,6 +53,8 @@
#define CVS_REV_BUFSZ 32
#define CVS_TIME_BUFSZ 64
+#define CVS_DATE_FMT "%Y.%m.%d.%H.%M.%S"
+
/* operations */
#define CVS_OP_UNKNOWN 0
#define CVS_OP_ADD 1