diff options
| author | 2008-02-03 18:18:44 +0000 | |
|---|---|---|
| committer | 2008-02-03 18:18:44 +0000 | |
| commit | fd660bf2596d9a0188344f4df1cfab5c71e22e01 (patch) | |
| tree | e76f20de419290f4ed02d1cb0a70e6cc87c8b934 /usr.bin/cvs/diff.h | |
| parent | Fix the struct pkthdr definition. (diff) | |
| download | wireguard-openbsd-fd660bf2596d9a0188344f4df1cfab5c71e22e01.tar.xz wireguard-openbsd-fd660bf2596d9a0188344f4df1cfab5c71e22e01.zip | |
Added rdiff support. In order to do this, some output and option fixes
had to be done for diff, too.
OK joris@
Diffstat (limited to 'usr.bin/cvs/diff.h')
| -rw-r--r-- | usr.bin/cvs/diff.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/diff.h b/usr.bin/cvs/diff.h index 16d272fdef3..24d883e128b 100644 --- a/usr.bin/cvs/diff.h +++ b/usr.bin/cvs/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.14 2007/01/28 02:04:45 joris Exp $ */ +/* $OpenBSD: diff.h,v 1.15 2008/02/03 18:18:44 tobias Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -98,6 +98,7 @@ int ed_patch_lines(struct cvs_lines *, struct cvs_lines *); extern int diff_format; extern int diff3_conflicts; +extern int diff_iflag; extern int diff_pflag; extern char *diff_file; extern char diffargs[128]; |
