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

Fred L. Drake fdrake@users.sourceforge.net
Wed, 04 Apr 2001 14:19:29 -0700


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

Modified Files:
	termios.c 
Log Message:

Add an #include of sys/ioctl.h to pick up a lot of the constants supported
in the previous patch.

This closes (again!) SF patch #410267.


Index: termios.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/termios.c,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** termios.c	2001/03/26 17:14:02	2.20
--- termios.c	2001/04/04 21:19:26	2.21
***************
*** 6,9 ****
--- 6,10 ----
  
  #include <termios.h>
+ #include <sys/ioctl.h>
  
  static char termios__doc__[] = "\