Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2009 20:47:10 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c vfs_vnops.c
Message-ID:  <200912082047.nB8KlSH0070542@repoman.freebsd.org>

index | next in thread | raw e-mail

trasz       2009-12-08 20:47:10 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c vfs_vnops.c 
  Log:
  SVN rev 200273 on 2009-12-08 20:47:10Z by trasz
  
  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
  
  Revision  Changes    Path
  1.490     +1 -1      src/sys/kern/vfs_syscalls.c
  1.292     +1 -1      src/sys/kern/vfs_vnops.c


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912082047.nB8KlSH0070542>