summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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"