[Python-bugs-list] [ python-Bugs-422320 ] 2.2a0 #include termio.h fails on FreeBSD

noreply@sourceforge.net noreply@sourceforge.net
Wed, 09 May 2001 10:54:24 -0700


Bugs item #422320, was updated on 2001-05-08 07:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=422320&group_id=5470

Category: Build
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Mark Favas (mfavas)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: 2.2a0 #include termio.h fails on FreeBSD

Initial Comment:
Recent change to termios module to #include termio.h
causes compilation to fail on FreeBSD where termio.h
does not exist. Other platforms may well be similar... 
termio.h seems to be a backward compatible type file -
does it really need to be included?

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-05-09 10:54

Message:
Logged In: YES 
user_id=3066

Fixed in Modules/termios.c revision 2.26; termio.h is only
included for OSF, where it is required.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=422320&group_id=5470