K 10 svn:author V 6 obrien K 8 svn:date V 27 2013-07-03T22:46:30.347142Z K 7 svn:log V 314 Merge r252513 from src/gnu/usr.bin/patch into src/usr.bin/patch: Properly handle input lines containing NUL characters such that pgets() accurately fills the read buffer. Callers of pgets() still mis-process the buffer contents if the read line contains NUL characters, but this at least makes pgets() accurate. END