Subject: CVS commit: src/sys/fs/ptyfs
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 12/16/2004 05:30:18
Module Name: src
Committed By: atatat
Date: Thu Dec 16 05:30:18 UTC 2004
Modified Files:
src/sys/fs/ptyfs: ptyfs.h
Log Message:
Reorder ptyfs pseudo inode numbers so that 0 and 1 are unused, 2 is
the root of the file system, and slaves and masters alternate starting
at 3. This means the inode numbers won't be really large until you
really allocate a really lot of ptys.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/fs/ptyfs/ptyfs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.