Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



Hi,

On Fri, 9 Dec 2016 03:03:04 J. Hannken-Illjes wrote:
> > On 08 Dec 2016, at 15:41, Nathanial Sloss <nat%netbsd.org@localhost> wrote:
> > 
> > On Thu, 8 Dec 2016 23:57:51 J. Hannken-Illjes wrote:
> >> +#define        D_MCLOSE        0x0004
> >> 
> >> What is a MCLOSE device class?
> > 
> > Normally character devices are don't execute the close function untill
> > the last instance of device is closed.  MCLOSE is short for multiple
> > close, for use when you want the close function to run when any instance
> > of the device, in this case audio, is closed.
> 
> So it should become a flag like 0x0400, not a class in the 0x00ff range.
>

Done.  I've just committed a fix.

Best regards,

Nat.


Home | Main Index | Thread Index | Old Index