Source-Changes-D archive

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

Re: CVS commit: src/sys/fs/ptyfs



On Tue, Oct 23, 2012 at 07:31:01PM -0400, Christos Zoulas wrote:
 > Module Name: src
 > Committed By:        christos
 > Date:                Tue Oct 23 23:31:01 UTC 2012
 > 
 > Modified Files:
 >      src/sys/fs/ptyfs: ptyfs_subr.c
 > 
 > Log Message:
 > fix the mystery of the bad directory times.
 >
 > [...]
 > -       ptyfs->ptyfs_flags |= PTYFS_CHANGE;
 > +       ptyfs->ptyfs_flag |= PTYFS_CHANGE;

so, how'd we end up with both those members in the same structure, and
can someone rename one or preferably both of them to something with
semantic significance?

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index