diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-06-30 08:23:50 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2007-06-30 08:23:50 +0000 |
commit | 49b62627be018dc16a5864f774be94fbcedf2e34 (patch) | |
tree | 0ffcffb2214325cd32f28473fc048ade0c0cfdc1 /usr.bin/rcs/rcsprog.h | |
parent | b943dde4f8c6cd4a744f87122fb3192a5ba1cb3f (diff) |
Sync revisions and time buffers size to be consistent with each others.
Simplifies further size tweaks if needed.
OK ray@.
Diffstat (limited to 'usr.bin/rcs/rcsprog.h')
-rw-r--r-- | usr.bin/rcs/rcsprog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h index c9636fa6170..be295e4e7ca 100644 --- a/usr.bin/rcs/rcsprog.h +++ b/usr.bin/rcs/rcsprog.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.h,v 1.59 2006/08/11 08:18:19 xsa Exp $ */ +/* $OpenBSD: rcsprog.h,v 1.60 2007/06/30 08:23:49 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -35,6 +35,9 @@ #define RCS_DEFAULT_SUFFIX ",v/" #define RCS_TMPDIR_DEFAULT "/tmp" +#define RCS_REV_BUFSZ 64 +#define RCS_TIME_BUFSZ 64 + /* flags specific to ci.c */ #define CI_SYMFORCE (1<<0) #define CI_DEFAULT (1<<1) |