Module Name: src Committed By: manu Date: Fri Jul 12 15:48:39 UTC 2024
Modified Files: src/usr.bin/patch: patch.c pch.c pch.h Log Message: Let patch(1) handle lines of length beyond INT16_MAX Borrowed from OpenBSD https://marc.info/?l=openbsd-bugs&m=168907249732754 To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/patch/patch.c cvs rdiff -u -r1.33 -r1.34 src/usr.bin/patch/pch.c cvs rdiff -u -r1.10 -r1.11 src/usr.bin/patch/pch.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.