diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-07-31 08:47:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-07-31 08:47:55 (GMT) |
commit | bbe500e5d360ff9cf0615eb1d369b2f63a1700e2 (patch) | |
tree | 762b2224838e87fb9591b3c6ace353655b816865 /Lib/plat-linux2 | |
parent | 2ad2569c721c6179667a16d1a6f2df4f93606636 (diff) | |
download | cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.zip cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.gz cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.bz2 |
Remove obsolete entries from regen scripts.
Diffstat (limited to 'Lib/plat-linux2')
-rwxr-xr-x | Lib/plat-linux2/regen | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/plat-linux2/regen b/Lib/plat-linux2/regen index d8dbc04..fa3d95a 100755 --- a/Lib/plat-linux2/regen +++ b/Lib/plat-linux2/regen @@ -5,7 +5,4 @@ Linux*) ;; exit 1;; esac 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 |