Module Name: src Committed By: martin Date: Sun Mar 5 14:34:59 UTC 2023
Modified Files: src/sys/miscfs/genfs [netbsd-10]: genfs_vnops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #111): sys/miscfs/genfs/genfs_vnops.c: revision 1.220 Fix genfs_can_chtimes() to also handle the condition: If the time pointer is null, then write permission on the file is also sufficient. >From FreeBSD. Should fix PR kern/57246 "NFS group permissions regression" To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.219.4.1 src/sys/miscfs/genfs/genfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.