cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h
Ed Schouten
ed at FreeBSD.org
Wed Jul 23 17:47:54 UTC 2008
ed 2008-07-23 17:47:44 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_ioctl.c linux_ioctl.h
Log:
SVN rev 180768 on 2008-07-23 17:47:44Z by ed
Add TIOCPKT and TIOCSPTLCK to the Linuxolator.
We're very lucky, because the flags used by our TIOCPKT implementation
are the same as flags used by Linux. We can safely enable TIOCPKT,
assuming EXTPROC is not used.
TIOCSPTLCK is used by unlockpt(). Because we don't need unlockpt() in
our implementation, make this ioctl a no-op.
Approved by: philip (mentor, implicit), rdivacky
Obtained from: P4 (//depot/projects/mpsafetty/...)
Revision Changes Path
1.140 +8 -1 src/sys/compat/linux/linux_ioctl.c
1.28 +1 -0 src/sys/compat/linux/linux_ioctl.h
More information about the cvs-src
mailing list