Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 1997 19:49:02 -0400 (EDT)
From:      Thomas David Rivers <rivers@dignus.com>
To:        freebsd-hackers@freefall.FreeBSD.org, joerg_wunsch@uriah.heep.sax.de
Subject:   Re: Possible SERIOUS bug in open()?
Message-ID:  <199710222349.TAA05113@lakes.dignus.com>

next in thread | raw e-mail | index | archive | help


Well - to answer my own question:

 f = open("name", 0)

would be the same as 

 f = open("name", O_RDONLY)

(since O_RDONLY is defined as 0x0000)....

So - please ignore the previous drivel....

	- Dave Rivers -




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