K 10 svn:author V 5 trasz K 8 svn:date V 27 2009-12-08T20:47:10.444625Z K 7 svn:log V 227 Don't add VAPPEND if the file is not being opened for writing. Note that this only affects cases where open(2) is being used improperly - i.e. when the user specifies O_APPEND without O_WRONLY or O_RDWR. Reviewed by: rwatson END