Avoid handling long-obsolete old BSD PTY handling in ptsname.
commite2c59de609151c643be697fd243ffe0b92753f43
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Nov 2009 16:47:56 +0000 (26 08:47 -0800)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Nov 2009 16:47:56 +0000 (26 08:47 -0800)
tree03e8d2577e25b00da8b39bf5a5b95011f0374273
parentc53f6228f178f54d8a93569b88c1c3144c8a9d3a
Avoid handling long-obsolete old BSD PTY handling in ptsname.

Support for this type of PTY was removed in the 2.1.115 kernel.  Just
use __LINUX_KERNEL_VERSION to determine when we can drop the compat code.
ChangeLog
sysdeps/unix/sysv/linux/ptsname.c