diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2007-06-01 17:47:48 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2007-06-01 17:47:48 +0000 |
commit | 55f2ba3781318b7859fa01dea8f70c83af0e2fcd (patch) | |
tree | 67b92eb83492cf561bdcde3e70c211dcc3df0783 /usr.bin/cvs/rcs.h | |
parent | c54ed097c1e1ef429f60d9c3b2d45d7188f30599 (diff) |
add support for local and remote branch checkout. for example,
cvs co -rOPENBSD_3_0 works now.
along the way, simplify and rationalise code and fix a few nits.
ok joris@ xsa@ ray@
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r-- | usr.bin/cvs/rcs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h index ff0a4240722..f3c2e763a5a 100644 --- a/usr.bin/cvs/rcs.h +++ b/usr.bin/cvs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.76 2007/05/26 20:58:36 niallo Exp $ */ +/* $OpenBSD: rcs.h,v 1.77 2007/06/01 17:47:47 niallo Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -195,7 +195,6 @@ struct rcs_delta { typedef struct rcs_file { int fd; int rf_dead; - int rf_inattic; char *rf_path; mode_t rf_mode; int rf_flags; |