On Tue, Jan 15, 2013 at 10:21:53PM -0800, russell wrote: > On 01/17/2013 09:46 PM, Philip Guenther wrote: > >I've had this exact diff, same whitespace and all, floating in my tree > >since Aug 2011. > > > >ok guenther@ > > > silly minutia, but it was not as easy to figure out as I would have > expected. > had to look it up in fcntl.h like some sort of barbarian >
fixed, thanks. jmc > --- open.2 > +++ open.2 > @@ -98,11 +98,11 @@ > .It Dv O_EXLOCK > Atomically obtain an exclusive lock. > .It Dv O_NOFOLLOW > If last path element is a symlink, don't follow it. > .It Dv O_CLOEXEC > -Set FD_CLOEXEC on the new file descriptor. > +Set new file descriptor to close on exec. > .It Dv O_DIRECTORY > Error if > .Fa path > does not name a directory. > .El