summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.h
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2007-11-11 10:01:42 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2007-11-11 10:01:42 +0000
commita90103bd2a81497075686647954e267e30ce4282 (patch)
tree016423e8cdf15c577638bcecde1e5986556528b7 /usr.bin/cvs/rcs.h
parent529798f31b2b7dccb5b8955d05093124e8e43d2a (diff)
Added CVS keyword "Locker". Although it is a dummy function, it's already
enough for OpenBSD's src/.
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r--usr.bin/cvs/rcs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h
index 16ea366dc36..032ffb4544a 100644
--- a/usr.bin/cvs/rcs.h
+++ b/usr.bin/cvs/rcs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.h,v 1.80 2007/10/09 12:59:53 tobias Exp $ */
+/* $OpenBSD: rcs.h,v 1.81 2007/11/11 10:01:41 tobias Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -69,6 +69,7 @@
#define RCS_KW_STATE 0x0800
#define RCS_KW_FULLPATH 0x0010
#define RCS_KW_MDOCDATE 0x0020
+#define RCS_KW_LOCKER 0x0040
#define RCS_KW_ID \
(RCS_KW_RCSFILE | RCS_KW_REVISION | RCS_KW_DATE \