CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/20 13:53:53
Modified files:
usr.bin/cvs : rcs.c rcs.h rcsparse.c
usr.bin/rcs : co.c rcs.c rcs.h rcsparse.c rcsutil.c
Log message:
Remove the need for rp_file in parser structure, instead keep only one
FILE pointer in RCSFILE. This fixes some ugliness in closing an
fdopen()ed FILE and its underlying file descriptor.
Notified by Joerg Sonnenberger <joerg at britannica dot bec to de>
discussed with and ok nicm
