From owner-cvs-sys Mon Mar 24 21:13:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA18125 for cvs-sys-outgoing; Mon, 24 Mar 1997 21:13:43 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA18118; Mon, 24 Mar 1997 21:13:41 -0800 (PST) Date: Mon, 24 Mar 1997 21:13:41 -0800 (PST) From: Peter Wemm Message-Id: <199703250513.VAA18118@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/nfs nfs_serv.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/24 21:13:41 Modified: sys/nfs nfs_serv.c Log: Use the correct (relative to the implementation) ordering of args in the VOP_LINK() calls, Closes PR#3064 Submitted by: bde Revision Changes Path 1.39 +5 -1 src/sys/nfs/nfs_serv.c