K 10 svn:author V 5 trasz K 8 svn:date V 27 2010-03-27T18:09:40.411690Z K 7 svn:log V 241 MFC r200273: 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