diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-07-31 08:47:55 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-07-31 08:47:55 +0000 |
commit | bbe500e5d360ff9cf0615eb1d369b2f63a1700e2 (patch) | |
tree | 762b2224838e87fb9591b3c6ace353655b816865 /Lib/plat-freebsd5 | |
parent | Initialize msg to avoid unbound locals. (diff) | |
download | cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.gz cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.bz2 cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.zip |
Remove obsolete entries from regen scripts.
Diffstat (limited to 'Lib/plat-freebsd5')
-rw-r--r-- | Lib/plat-freebsd5/regen | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/plat-freebsd5/regen b/Lib/plat-freebsd5/regen index 5c502c28e55..8aa6898c6ac 100644 --- a/Lib/plat-freebsd5/regen +++ b/Lib/plat-freebsd5/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 |