diff src/ChangeLog @ 108273:de8de918fbab

Remove NEED_BSDTTY and NEED_UNISTD_H. * s/hpux10-20.h (NEED_BSDTTY): Remove. * s/aix4-2.h (NEED_UNISTD_H): Remove. * systty.h: Simplify conditionals for including <sys/bsdtty.h>, <sys/ptyio.h> and <unistd.h>.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 06 May 2010 12:46:47 -0700
parents 87980e1e3597
children 8416c8d075e3
line wrap: on
line diff
--- a/src/ChangeLog	Thu May 06 12:40:02 2010 -0700
+++ b/src/ChangeLog	Thu May 06 12:46:47 2010 -0700
@@ -1,5 +1,11 @@
 2010-05-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	Remove NEED_BSDTTY and NEED_UNISTD_H.
+	* s/hpux10-20.h (NEED_BSDTTY): Remove.
+	* s/aix4-2.h (NEED_UNISTD_H): Remove.
+	* systty.h: Simplify conditionals for including <sys/bsdtty.h>,
+	<sys/ptyio.h> and <unistd.h>.
+
 	* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
 
 	* Makefile.in (STARTFILES): Conditionally define to make the usage clear.