Module Name: src Committed By: christos Date: Tue Mar 21 15:47:46 UTC 2023
Modified Files: src/sys/nfs: nfs_clntsubs.c nfs_iod.c nfs_vfsops.c Log Message: PR/57279: Izumi Tsutsui: Fix some {int,long} -> time_t. Still things will break eventually because parts of the nfs protocol assume time_t will fit in 32 bits. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/nfs/nfs_clntsubs.c cvs rdiff -u -r1.8 -r1.9 src/sys/nfs/nfs_iod.c cvs rdiff -u -r1.244 -r1.245 src/sys/nfs/nfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.