summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index adc18318197..6955ccdbc51 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.56 2005/05/19 04:17:24 jfb Exp $ */
+/* $OpenBSD: cvs.h,v 1.57 2005/05/20 18:26:49 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -317,6 +317,7 @@ extern int cvs_nolog;
extern int cvs_compress;
extern int cvs_cmdop;
extern int cvs_nocase;
+extern int cvs_noexec;
extern int cvs_readonly;
extern CVSFILE *cvs_files;