X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/ea3f04195ba4a5034c9c8e9b726d4f7ce96f1832..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/bsd/nfs/nfs_lock.c?ds=sidebyside diff --git a/bsd/nfs/nfs_lock.c b/bsd/nfs/nfs_lock.c index 352e1b61e..4b0d19631 100644 --- a/bsd/nfs/nfs_lock.c +++ b/bsd/nfs/nfs_lock.c @@ -436,7 +436,8 @@ nfs3_lockd_request( int interruptable, slpflag; struct nfsmount *nmp; struct timeval now; - int timeo, starttime, endtime, lastmsg, wentdown = 0; + int timeo, wentdown = 0; + long starttime, endtime, lastmsg; struct timespec ts; struct sockaddr *saddr;