diff options
Diffstat (limited to 'Lib/plat-freebsd5/regen')
-rw-r--r-- | Lib/plat-freebsd5/regen | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/plat-freebsd5/regen b/Lib/plat-freebsd5/regen new file mode 100644 index 0000000..5c502c2 --- /dev/null +++ b/Lib/plat-freebsd5/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 |