CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2010/07/23 19:10:12
Modified files: usr.bin/patch : patch.c util.c Log message: Send normal output to stdout instead of everything to stderr. This is currently done in the latest versions of GNU patch. Please watch out for output appearing out-of-order. Discussed with millert and deraadt. OK deraadt