OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Joris Vink (joriscvs.openbsd.org)
Date: Sun Jun 05 2005 - 15:47:45 CDT


CVSROOT: /cvs
Module name: src
Changes by: joriscvs.openbsd.org 2005/06/05 14:47:44

Modified files:
        usr.bin/cvs : diff.c log.c log.h

Log message:
* introduce cvs_putchar(), to output a single character to stdout.
if we are in server mode send 'M' when needed.

* switch diff command to cvs_printf() and cvs_putchar() so it will
output correctly in local and server mode.

ok xsa, jfb