Module Name: src Committed By: rin Date: Mon Dec 19 17:51:40 UTC 2016
Modified Files: src/external/bsd/nvi/dist/ex: ex_script.c Log Message: improve logic related to sh_prompt: - sscr_insert(): sh_prompt should be compared with t, not p - replace strnstr(3) with memcmp(3) now, nvi is free from strnstr(3); it can be safely pulled-up into netbsd-7 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/nvi/dist/ex/ex_script.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.