diff options
author | Guido van Rossum <guido@python.org> | 1997-12-03 18:44:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-03 18:44:57 (GMT) |
commit | 98ee50b5a458b9aaa20ae6a19baea9ecc0d453fa (patch) | |
tree | a00cd740477743b1c085f141b538a9924405fa5e /Lib/plat-netbsd1/regen | |
parent | 9981d2226daa51ff3a46cb48f5276ae0e0fe5731 (diff) | |
download | cpython-98ee50b5a458b9aaa20ae6a19baea9ecc0d453fa.zip cpython-98ee50b5a458b9aaa20ae6a19baea9ecc0d453fa.tar.gz cpython-98ee50b5a458b9aaa20ae6a19baea9ecc0d453fa.tar.bz2 |
More generated files for netbsd 1.x, by Anders Andersen.
Diffstat (limited to 'Lib/plat-netbsd1/regen')
-rwxr-xr-x | Lib/plat-netbsd1/regen | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/plat-netbsd1/regen b/Lib/plat-netbsd1/regen new file mode 100755 index 0000000..5c502c2 --- /dev/null +++ b/Lib/plat-netbsd1/regen @@ -0,0 +1,6 @@ +#! /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 |