diff options
author | Steve Wills <swills@FreeBSD.org> | 2020-09-04 02:42:28 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2020-09-04 02:42:28 +0000 |
commit | 176af6b0efbb58f508846961909b57c96a3a2b5a (patch) | |
tree | 3fac046e085e31a954a61599ef1b19c0808ead15 /textproc/2bsd-diff/files/patch-diffreg.c | |
parent | sysutils/lsblk: update to 1.1 (diff) |
textproc/2bsd-diff: Update to 2.11.1
PR: 248921
Submitted by: risner <risner@stdio.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=547506
Diffstat (limited to '')
-rw-r--r-- | textproc/2bsd-diff/files/patch-diffreg.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/2bsd-diff/files/patch-diffreg.c b/textproc/2bsd-diff/files/patch-diffreg.c index bd16f63d2380..d6fb811ffbc1 100644 --- a/textproc/2bsd-diff/files/patch-diffreg.c +++ b/textproc/2bsd-diff/files/patch-diffreg.c @@ -1,5 +1,14 @@ --- diffreg.c.orig 1994-01-11 05:39:33 UTC +++ diffreg.c +@@ -2,7 +2,7 @@ + static char sccsid[] = "@(#)diffreg.c 4.16.1 (2.11BSD) 1/1/94"; + #endif + +-#include "diff.h" ++#include "diffextern.h" + /* + * diff - compare two files. + */ @@ -84,6 +84,25 @@ struct line { int serial; int value; |