diff options
author | Roland McGrath <roland@gnu.org> | 2007-12-17 21:22:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-12-17 21:22:17 +0000 |
commit | 4bcecfb75306716baf2f70e2afeb908b3f2c9c75 (patch) | |
tree | 5a55d57ab8c5c629fc0cc694a3063174bee0db6b /ChangeLog | |
parent | e42976314d641cb26e87f6fb994b21f2c68437a8 (diff) | |
download | glibc-4bcecfb75306716baf2f70e2afeb908b3f2c9c75.tar glibc-4bcecfb75306716baf2f70e2afeb908b3f2c9c75.tar.gz glibc-4bcecfb75306716baf2f70e2afeb908b3f2c9c75.tar.bz2 glibc-4bcecfb75306716baf2f70e2afeb908b3f2c9c75.zip |
* inet/ether_line.c (ether_line): Remove unused variable.
2007-12-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
* login/forkpty.c (forkpty): Add const qualifier to parameters termp
and winp.
* login/openpty.c (openpty): Likewise.
* login/pty.h (openpty, forkpty): Likewise.
* manual/terminal.texi (openpty, forkpty): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-12-17 Roland McGrath <roland@redhat.com> + + * inet/ether_line.c (ether_line): Remove unused variable. + +2007-12-17 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * login/forkpty.c (forkpty): Add const qualifier to parameters termp + and winp. + * login/openpty.c (openpty): Likewise. + * login/pty.h (openpty, forkpty): Likewise. + * manual/terminal.texi (openpty, forkpty): Likewise. + 2007-12-17 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (public_cALLOc): For arena other than |