diff options
| author | 2008-02-09 12:20:33 +0000 | |
|---|---|---|
| committer | 2008-02-09 12:20:33 +0000 | |
| commit | a10a48e579ad2dcf04f735e685beefcce30dc80c (patch) | |
| tree | efd6c8d18708bfaaceed1920a6860b23007643c5 /usr.bin/cvs/cvs.h | |
| parent | Document the correct permissions for the ~/.ssh/ directory. (diff) | |
| download | wireguard-openbsd-a10a48e579ad2dcf04f735e685beefcce30dc80c.tar.xz wireguard-openbsd-a10a48e579ad2dcf04f735e685beefcce30dc80c.zip | |
Get in proper support for checkout/update -A when it comes to keyword
expansion options.
OK joris@
Diffstat (limited to 'usr.bin/cvs/cvs.h')
| -rw-r--r-- | usr.bin/cvs/cvs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index 7eb4ed90a4a..8a42b56f167 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.155 2008/02/09 11:17:02 tobias Exp $ */ +/* $OpenBSD: cvs.h,v 1.156 2008/02/09 12:20:33 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -319,7 +319,8 @@ extern int cvs_readonly; extern int cvs_readonlyfs; extern int cvs_error; extern int cvs_server_active; -extern int reset_stickies; +extern int reset_option; +extern int reset_tag; extern int kflag; extern struct cvs_cmd *cmdp; |
