diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-05-25 10:23:58 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-05-25 10:23:58 +0000 |
commit | 005c53c37fd0f9abc0cb1436002320f5e1bd1b17 (patch) | |
tree | 8b1e8fee1191939b7e2a6d351a7ed93dd095cbda /usr.bin/cvs/rcs.h | |
parent | bf774b0ef72d6893a01e49e06ae9da315497198f (diff) |
split cvs_admin_file() into the local and remote versions and do
some cleanup
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r-- | usr.bin/cvs/rcs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h index 03d4a27e520..186ee3c8761 100644 --- a/usr.bin/cvs/rcs.h +++ b/usr.bin/cvs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.25 2005/05/25 07:15:16 jfb Exp $ */ +/* $OpenBSD: rcs.h,v 1.26 2005/05/25 10:23:57 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -53,6 +53,7 @@ #define RCS_STATE_DEAD "dead" /* lock types */ +#define RCS_LOCK_INVAL (-1) #define RCS_LOCK_LOOSE 0 #define RCS_LOCK_STRICT 1 |