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-netbsd1 | |
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-netbsd1')
-rwxr-xr-x | Lib/plat-netbsd1/regen | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/plat-netbsd1/regen b/Lib/plat-netbsd1/regen index 5c502c2..8aa6898 100755 --- a/Lib/plat-netbsd1/regen +++ b/Lib/plat-netbsd1/regen @@ -1,6 +1,3 @@ #! /bin/sh set -v -python ../../Tools/scripts/h2py.py /usr/include/fcntl.h -python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h -python ../../Tools/scripts/h2py.py /usr/include/termios.h |