CVSROOT: /cvs Module name: src Changes by: jo...@cvs.openbsd.org 2009/02/21 07:50:53
Modified files: usr.bin/cvs : add.c checkout.c client.c diff.c file.c remote.c remove.c status.c update.c Log message: use FILE_ON_DISK flags when we need to verify if a file exists in the working copy or not instead of checking fd being -1 since this can differ in server or local mode.