Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 1995 03:45:23 -0700
From:      Doug Rabson <dfr>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/nfs nfs_nqlease.c nfs_serv.c nfsm_subs.h
Message-ID:  <199508241045.DAA13079@freefall.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
dfr         95/08/24 03:45:17

  Modified:    sys/nfs   nfs_nqlease.c nfs_serv.c nfsm_subs.h
  Log:
  Some fixes found using gcc -Wall:
  
  nfsm_rpchead() has been called with the wrong number of args and misplaced
  args since someone added new args in the middle for nfsv3.
  
  Here's another one that would be important on 64-bit systems.  VOP_READDIR
  takes a `u_int **cookies' arg.
  
  Submitted by:	Bruce Evans <bde@zeta.org.au>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508241045.DAA13079>