summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.h
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2008-03-08 20:26:34 +0000
committerjoris <joris@openbsd.org>2008-03-08 20:26:34 +0000
commit25d391d72f6a67638c721003722f8fa9ecaed8bb (patch)
treee366f1365c74daf2e9e39672c202a0835f352ba1 /usr.bin/cvs/diff.h
parentAdd som sun4v-specific ASIs. (diff)
downloadwireguard-openbsd-25d391d72f6a67638c721003722f8fa9ecaed8bb.tar.xz
wireguard-openbsd-25d391d72f6a67638c721003722f8fa9ecaed8bb.zip
add checkout/update -j support.
still has some rough edges.
Diffstat (limited to 'usr.bin/cvs/diff.h')
-rw-r--r--usr.bin/cvs/diff.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h
index 2b488f20c48..60d629d3e4b 100644
--- a/usr.bin/cvs/diff.h
+++ b/usr.bin/cvs/diff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.h,v 1.16 2008/02/27 22:34:04 joris Exp $ */
+/* $OpenBSD: diff.h,v 1.17 2008/03/08 20:26:34 joris Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
* All rights reserved.
@@ -105,5 +105,7 @@ extern char diffargs[128];
extern BUF *diffbuf;
extern RCSNUM *diff_rev1;
extern RCSNUM *diff_rev2;
+extern RCSNUM *d3rev1;
+extern RCSNUM *d3rev2;
#endif