summaryrefslogtreecommitdiffstats
path: root/Lib/plat-beos5/regen
blob: aa1912f3d47c24cee5342827f35dd6073f8e7687 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

H2PY=../../Tools/scripts/h2py.py
HEADERS=/boot/develop/headers

set -v
python $H2PY $HEADERS/posix/fcntl.h
python $H2PY $HEADERS/be/net/socket.h
python $H2PY -i '(u_long)' $HEADERS/be/net/netinet/in.h
python $H2PY $HEADERS/posix/termios.h