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: Tue May 03 2005 - 03:55:16 CDT


CVSROOT: /cvs
Module name: src
Changes by: joriscvs.openbsd.org 2005/05/03 02:55:16

Modified files:
        usr.bin/cvs : resp.c

Log message:
catch stupid gnu cvs behaviour, it sends an empty error message
at the end of a diff command (even successfull ones) so
we have to make sure not to show the empty line on screen.

ok xsa