Subject: re: CVS commit: src/sys/fs/ptyfs To: None <christos@netbsd.org> From: matthew green <mrg@eterna.com.au> List: source-changes Date: 10/01/2005 15:35:11
Log Message:
use a counter to prevent from mounting ptyfs twice. Using save_ptm is not
good enough, because if we don't have COMPAT_BSDPTY, then it will stay NULL.
so one can't mount a 2nd ptyfs in a chroot? that seems restrictive.