diff options
author | 2005-07-21 09:51:07 +0000 | |
---|---|---|
committer | 2005-07-21 09:51:07 +0000 | |
commit | 665e4805b7a69f80d071d0a57fc73ca912d4c4e8 (patch) | |
tree | 4624d92118ea9d79bb903fb6b6ab756f063c5ebf | |
parent | ICH7 IDE/SATA support based diff from Marcello Balduccini in (diff) | |
download | wireguard-openbsd-665e4805b7a69f80d071d0a57fc73ca912d4c4e8.tar.xz wireguard-openbsd-665e4805b7a69f80d071d0a57fc73ca912d4c4e8.zip |
#define CVS_DESCR_FILE_EXT ",t"
ok joris@ jfb@.
-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" |