CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2009/07/22 07:04:56
Modified files: sys/nfs : nfs_socket.c Log message: Instead of calculating a number of seconds to sleep, tsleep()ing on lbolt and waking up every second and checking to see if the correct number of seconds has passed, just calculate the timeout once and pass that to tsleep(). ok thib@