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: Ray Lai (raycvs.openbsd.org)
Date: Thu Feb 01 2007 - 22:34:49 CST


CVSROOT: /cvs
Module name: src
Changes by: raycvs.openbsd.org 2007/02/01 21:34:49

Modified files:
        usr.bin/cvs : buf.c
        usr.bin/rcs : buf.c

Log message:
Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_buf
most of the time and was never of much use.

OK niallo.