NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57279 CVS commit: src/sys/nfs



The following reply was made to PR kern/57279; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57279 CVS commit: src/sys/nfs
Date: Tue, 21 Mar 2023 11:47:47 -0400

 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.
 


Home | Main Index | Thread Index | Old Index