Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 1999 16:11:42 -0700
From:      Nate Williams <nate@mt.sri.com>
To:        Jun Kuriyama <kuriyama@sky.rim.or.jp>
Cc:        committers <committers@FreeBSD.ORG>
Subject:   Re: open(..., 0)
Message-ID:  <199902042311.QAA08258@mt.sri.com>
In-Reply-To: <36BA1972.760066CB@sky.rim.or.jp>
References:  <36BA1972.760066CB@sky.rim.or.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



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