freebsd-dev/sys/dev/snp
Dima Dorfman 2c9fb90995 Return EBUSY if we try to attach to a tty that is already being
snooped on.  This causes all kinds of Bad Things(tm) to happen since
closing one session will clobber state that's needed for the other
one.  This could theoretically be supported if the code was careful,
but until somebody implements that, preventing this will stop people
from unknowingly shooting themselves in the foot.
2001-11-24 15:34:18 +00:00
..
snp.c Return EBUSY if we try to attach to a tty that is already being 2001-11-24 15:34:18 +00:00