This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 2.2a0 #include termio.h fails on FreeBSD
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, mfavas
Priority: normal Keywords:

Created on 2001-05-08 14:43 by mfavas, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (2)
msg4693 - (view) Author: Mark Favas (mfavas) Date: 2001-05-08 14:43
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?
msg4694 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2001-05-09 17:54
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.
History
Date User Action Args
2022-04-10 16:04:02adminsetgithub: 34475
2001-05-08 14:43:44mfavascreate