]> granicus.if.org Git - python/commit
Only import termio.h on OSF, and add a comment about why it is needed there.
authorFred Drake <fdrake@acm.org>
Wed, 9 May 2001 17:53:06 +0000 (17:53 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 May 2001 17:53:06 +0000 (17:53 +0000)
commitb2877dd12237803bd5d249c73641b063ddbbd3a4
treedb2c67c3f00897aaadd92c5de9e1e4e734654b1b
parentb8ac0096b223ce6912d883884ad175d24ac40f15
Only import termio.h on OSF, and add a comment about why it is needed there.
This header does not exist on all Unix flavors; FreeBSD in particular does
not include it.

This closes SF bug #422320.
Modules/termios.c