Re: match pty.h to glibc

2009-12-25 Thread Christopher Faylor
On Fri, Dec 25, 2009 at 10:13:53PM -0700, Eric Blake wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >As of glibc 2.8, pty.h now marks the last two arguments of openpty and >forkpty as const. These functions are not standardized, and we aren't >altering the parameters, so I see no reason

match pty.h to glibc

2009-12-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As of glibc 2.8, pty.h now marks the last two arguments of openpty and forkpty as const. These functions are not standardized, and we aren't altering the parameters, so I see no reason why we can't also make the change. OK to apply? 2009-12-26 Eric