diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2006-05-27 20:57:43 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2006-05-27 20:57:43 +0000 |
commit | 557250bf040f89daf33d5609d39879cf7fc3c7d1 (patch) | |
tree | 0125175c04b25d68107c6658b6c558dac458746b /usr.bin/cvs/cvs.h | |
parent | d99f9d5b7523e1489082544fc6ae8d592fd1b376 (diff) |
allow diff to pick up newly added files with the -N flag.
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index 7b13e2dc8d4..19ad84c73c1 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.107 2006/05/27 18:04:46 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.108 2006/05/27 20:57:42 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -105,6 +105,7 @@ #define CVS_DESCR_FILE_EXT ",t" /* server-side paths */ +#define CVS_PATH_DEVNULL "/dev/null" #define CVS_PATH_ROOT "CVSROOT" #define CVS_PATH_EMPTYDIR CVS_PATH_ROOT "/Emptydir" #define CVS_PATH_COMMITINFO CVS_PATH_ROOT "/commitinfo" |