diff options
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index 9dc777db024..1ba3d2a74b6 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.169 2008/06/15 04:38:52 tobias Exp $ */ +/* $OpenBSD: cvs.h,v 1.170 2008/06/17 11:05:39 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -326,7 +326,6 @@ extern int cvs_nocase; extern int cvs_noexec; extern int cvs_readonly; extern int cvs_readonlyfs; -extern int cvs_error; extern int cvs_server_active; extern int reset_option; extern int reset_tag; |