summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-12-05 19:49:21 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-12-05 19:49:21 +0000
commitc57e6b76673608c37624d3309c5053f8b0d55857 (patch)
tree323e05466cfcdc6c017a8aad0ee6b9702076d75b /usr.bin/rcs
parentfe54e86b7fca2b56a92c54655360bc12a58c60cd (diff)
hrmz..
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r--usr.bin/rcs/rcsprog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h
index e1ff17a97cf..5ceedafffd2 100644
--- a/usr.bin/rcs/rcsprog.h
+++ b/usr.bin/rcs/rcsprog.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcsprog.h,v 1.27 2005/12/05 19:46:46 xsa Exp $ */
+/* $OpenBSD: rcsprog.h,v 1.28 2005/12/05 19:49:20 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -43,7 +43,7 @@
#define CO_UNLOCK (1<<8)
/* shared flags */
-#define FORCE (1<<8)
+#define FORCE (1<<9)
#define INTERACTIVE (1<<10)
#define NEWFILE (1<<11)
#define PRESERVETIME (1<<12)