aboutsummaryrefslogtreecommitdiff
path: root/editors/nvi-devel/files/extra-patch-common-key.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nvi-devel/files/extra-patch-common-key.c')
-rw-r--r--editors/nvi-devel/files/extra-patch-common-key.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/nvi-devel/files/extra-patch-common-key.c b/editors/nvi-devel/files/extra-patch-common-key.c
deleted file mode 100644
index 70c7a0f75f44..000000000000
--- a/editors/nvi-devel/files/extra-patch-common-key.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../common/key.c.orig 2001-06-25 11:19:10.000000000 -0400
-+++ ../common/key.c 2007-11-15 13:50:47.000000000 -0500
-@@ -833,7 +833,7 @@
- wp = sp->wp;
- new_nelem = wp->i_nelem + add;
- olen = wp->i_nelem * sizeof(wp->i_event[0]);
-- BINC_RET(sp, (char *)wp->i_event, olen, new_nelem * sizeof(wp->i_event[0]));
-+ BINC_RET(sp, wp->i_event, olen, new_nelem * sizeof(wp->i_event[0]));
- wp->i_nelem = olen / sizeof(wp->i_event[0]);
- return (0);
- }