CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/03/23 05:05:19
Modified files:
textproc/patchutils: Makefile
Added files:
textproc/patchutils/patches: patch-src_rediff_c
Log message:
With vm.malloc_conf=J the addhunk2 test fails because the junking sets
the discard_offset member of struct hunk to a nonzero value, so a later
Boolean condition is interpreted as true when it shouldn't be.
ok sthen
