From dce4c2ac896da32ead5d8a2fcadb428310c104ea Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 26 Sep 2010 18:06:21 +0300 Subject: Code simplification in term.c. * src/term.c: Do not include sys/ioctl.h, not needed. (init_tty): Reorder code to reduce the number of #ifdefs. No code changes. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index e6bf911952e..3b80698932c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-09-26 Dan Nicolaescu + + * term.c: Do not include sys/ioctl.h, not needed. + (init_tty): Reorder code to reduce the number of #ifdefs. No code + changes. + 2010-09-26 Teodor Zlatanov * process.h: Set up GnuTLS support. -- cgit v1.2.1