]> granicus.if.org Git - python/commitdiff
Effectively revert the previous change: leave the new #include in, but
authorFred Drake <fdrake@acm.org>
Thu, 5 Apr 2001 18:26:31 +0000 (18:26 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 5 Apr 2001 18:26:31 +0000 (18:26 +0000)
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.

Modules/termios.c

index 0bce7d3fd0a7c71254ade092a5fd5c1d36786383..146a16fe2f99c1a94a585eb189f786e9cf9d1162 100644 (file)
@@ -5,7 +5,10 @@
 #define PyInit_termios inittermios
 
 #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__[] = "\
 This module provides an interface to the Posix calls for tty I/O control.\n\