On Fri, Mar 13, 2015 at 03:36:38PM -0400, Christos Zoulas wrote: > I was trying to avoid carrying over the old pty code around forever, > and having all the ports doing it in a unified way. I guess it does > not matter too much for the installer, but it does add complexity... > I think if you remove COMPAT_BSDTTY and just have PTYFS the code is > only a few K larger.
Removing the COMPAT_BSDTTY in openpty saves 600 Bytes on ARM too, likely there are other places that can benefit as well... Joerg