From owner-cvs-sys Thu Aug 24 03:45:31 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA13093 for cvs-sys-outgoing; Thu, 24 Aug 1995 03:45:31 -0700 Received: (from dfr@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA13079 ; Thu, 24 Aug 1995 03:45:23 -0700 Date: Thu, 24 Aug 1995 03:45:23 -0700 From: Doug Rabson Message-Id: <199508241045.DAA13079@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/nfs nfs_nqlease.c nfs_serv.c nfsm_subs.h Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk 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