Subject: CVS commit: [netbsd-1-5] src/usr.bin/vi/common
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 05/06/2004 03:40:22
Module Name:	src
Committed By:	jmc
Date:		Thu May  6 03:40:22 UTC 2004

Modified Files:
	src/usr.bin/vi/common [netbsd-1-5]: line.c

Log Message:
Pullup rev 1.7 (requested by aymeric in ticket #144)

Flush the current line cache on every operation on the DB.
We can't keep a reference to data returned by libdb after a subsequent
call to any other libdb function on that DB.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.10.1 src/usr.bin/vi/common/line.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.