Mercurial > hg > xemacs-beta
diff src/systty.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 41ff10fd062f |
children | 8626e4521993 |
line wrap: on
line diff
--- a/src/systty.h Mon Aug 13 10:27:41 2007 +0200 +++ b/src/systty.h Mon Aug 13 10:28:48 2007 +0200 @@ -144,7 +144,7 @@ #ifdef NEED_BSDTTY #include <sys/bsdtty.h> -#endif +#endif /* Include files for PTY's */ @@ -156,8 +156,6 @@ #include <sys/pty.h> #endif /* AIX */ -/* XEmacs: We don't include unistd.h because it's done in lisp.h */ - #ifdef SYSV_PTYS # include <sys/types.h> # include <sys/tty.h>