From owner-cvs-all Thu Feb 4 15:11:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08793 for cvs-all-outgoing; Thu, 4 Feb 1999 15:11:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08785 for ; Thu, 4 Feb 1999 15:11:48 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id QAA02701; Thu, 4 Feb 1999 16:11:47 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id QAA08258; Thu, 4 Feb 1999 16:11:42 -0700 Date: Thu, 4 Feb 1999 16:11:42 -0700 Message-Id: <199902042311.QAA08258@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jun Kuriyama Cc: committers Subject: Re: open(..., 0) In-Reply-To: <36BA1972.760066CB@sky.rim.or.jp> References: <36BA1972.760066CB@sky.rim.or.jp> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > I'm planning to commit these changes under src/usr.sbin/pccard. > (a part of PAO integration) > > Is this change right way? Works for me, assuming that O_RDONLY is picked up by the proper include file earlier. :) > - fd = open(name, 0); > + fd = open(name, O_RDONLY); Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message