diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-21 09:51:08 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-21 09:51:08 +0000 |
commit | 591e0a2827faca3256d9aa039cd760984aa8434e (patch) | |
tree | 7dd53420e39b194db864f95d52b03b4b2a6174cf /usr.bin/cvs/cvs.h | |
parent | 5c8fb98d910842162f955aeb8f152eae2250fa3b (diff) |
#define CVS_DESCR_FILE_EXT ",t"
ok joris@ jfb@.
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 f05dbab6c49..ffa322ec40d 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.69 2005/07/13 16:20:44 xsa Exp $ */ +/* $OpenBSD: cvs.h,v 1.70 2005/07/21 09:51:07 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -110,6 +110,8 @@ #define CVS_RSH_DEFAULT "ssh" #define CVS_EDITOR_DEFAULT "vi" +/* extensions */ +#define CVS_DESCR_FILE_EXT ",t" /* server-side paths */ #define CVS_PATH_ROOT "CVSROOT" |