diff options
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 4 |
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 |