diff options
author | Guido van Rossum <guido@python.org> | 1995-03-31 11:34:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-31 11:34:23 (GMT) |
commit | 86dc1e696d309529e34c260052f277c1740c1951 (patch) | |
tree | 43cd891b36ec7d368b2d5a870054de9043a321a1 /Lib/plat-sunos5/regen | |
parent | 4e2e0f9225d37139cd24f975563d6f052588982d (diff) | |
download | cpython-86dc1e696d309529e34c260052f277c1740c1951.zip cpython-86dc1e696d309529e34c260052f277c1740c1951.tar.gz cpython-86dc1e696d309529e34c260052f277c1740c1951.tar.bz2 |
added TERMIOS.py
Diffstat (limited to 'Lib/plat-sunos5/regen')
-rwxr-xr-x | Lib/plat-sunos5/regen | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/plat-sunos5/regen b/Lib/plat-sunos5/regen index 5d7a77e..2f2cdef 100755 --- a/Lib/plat-sunos5/regen +++ b/Lib/plat-sunos5/regen @@ -8,3 +8,4 @@ set -v h2py /usr/include/sys/fcntl.h h2py /usr/include/sys/socket.h h2py -i '(u_long)' /usr/include/netinet/in.h +h2py /usr/include/termios.h |