From owner-cvs-all Sun Sep 15 21: 6:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C44137B400; Sun, 15 Sep 2002 21:06:11 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91AC143E6A; Sun, 15 Sep 2002 21:06:10 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g8G4HJ8a056284; Mon, 16 Sep 2002 00:17:19 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g8G4HJ89056283; Mon, 16 Sep 2002 00:17:19 -0400 (EDT) Date: Mon, 16 Sep 2002 00:17:19 -0400 From: Jake Burkholder To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c Message-ID: <20020916001719.I38788@locore.ca> References: <200209160105.g8G15FxV078846@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200209160105.g8G15FxV078846@freefall.freebsd.org>; from tmm@FreeBSD.org on Sun, Sep 15, 2002 at 06:05:15PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Sun, Sep 15, 2002 at 06:05:15PM -0700, Thomas Moestl said words to the effect of; > tmm 2002/09/15 18:05:15 PDT > > Modified files: > sys/kern kern_descrip.c > Log: > fcntl(..., F_SETLKW, ...) takes a pointer to a struct flock just like > F_SETLK does, so it also needs this structure copied in in fnctl() before > calling kern_fcntl(). > > Revision Changes Path > 1.161 +1 -0 src/sys/kern/kern_descrip.c Nice catch! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message