Module Name: src Committed By: martin Date: Fri Feb 26 13:29:16 UTC 2021
Modified Files: src/usr.bin/patch [netbsd-9]: backupfile.c backupfile.h patch.c Log Message: Pull up following revision(s) (requested by nia in ticket #1215): usr.bin/patch/backupfile.c: revision 1.16 usr.bin/patch/backupfile.h: revision 1.7 usr.bin/patch/patch.c: revision 1.30 patch: make '-V none' work in the expected way Internally the code confuses the concept of "the user doesn't want a backup file" and "the user hasn't defined a type of backup file". Introduce a new "undefined" backup type to serve the purpose "none" previously did, and make "none" not generate backup files, as expected. http://mail-index.netbsd.org/tech-userlevel/2021/02/19/msg012901.html XXX pullup? To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.15.26.1 src/usr.bin/patch/backupfile.c cvs rdiff -u -r1.6 -r1.6.62.1 src/usr.bin/patch/backupfile.h cvs rdiff -u -r1.29 -r1.29.44.1 src/usr.bin/patch/patch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.