summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsprog.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rcs/rcsprog.h')
-rw-r--r--usr.bin/rcs/rcsprog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h
index c160d22849d..083de4311ab 100644
--- a/usr.bin/rcs/rcsprog.h
+++ b/usr.bin/rcs/rcsprog.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcsprog.h,v 1.23 2005/11/22 13:26:53 xsa Exp $ */
+/* $OpenBSD: rcsprog.h,v 1.24 2005/11/23 09:39:20 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -45,6 +45,7 @@
#define FORCE (1<<8)
#define INTERACTIVE (1<<9)
#define NEWFILE (1<<10)
+#define PRESERVETIME (1<<11)
extern char *__progname;
extern const char rcs_version[];