diff options
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 |