CVSROOT: /cvs Module name: src Changes by: jo...@cvs.openbsd.org 2009/03/24 12:33:25
Modified files: usr.bin/cvs : tag.c file.c Log message: have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flag when calling rcs_open(), so it gets automaticly synced at the end of operations for that file instead of explicitly calling rcs_write() when you're in RCS_READ mode only. while here, make sure we do not try to free an uninitialized list.