[Python-checkins] CVS: python/dist/src/Modules termios.c,2.21,2.22

Fred L. Drake fdrake@users.sourceforge.net
Thu, 05 Apr 2001 11:26:33 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv17452

Modified Files:
	termios.c 
Log Message:

Effectively revert the previous change:  leave the new #include in, but
comment it out with an explanation.  This makes it easier for someone
who wants the additional symbols to try re-enabling it for their platform.


Index: termios.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/termios.c,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** termios.c	2001/04/04 21:19:26	2.21
--- termios.c	2001/04/05 18:26:31	2.22
***************
*** 6,10 ****
--- 6,13 ----
  
  #include <termios.h>
+ /* XXX Some systems need this to get all the symbols, while
+        this breaks for others.
  #include <sys/ioctl.h>
+ */
  
  static char termios__doc__[] = "\