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: Fri Jun 10 2005 - 16:13:41 CDT


CVSROOT: /cvs
Module name: src
Changes by: joriscvs.openbsd.org 2005/06/10 15:13:40

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

Log message:
instead of opening and closing the entry file all the
time, keep the entry file for the last received directory
open until we switch directories. cuts CPU time in half
and increases overall performance a bit.

ok xsa