File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,4 @@ case `uname -sv` in
55 exit 1;;
66esac
77set -v
8- h2py.py /usr/include/fcntl.h
9- h2py.py /usr/include/sys/socket.h
108h2py.py -i ' (u_long)' /usr/include/netinet/in.h
11- h2py.py /usr/include/termios.h
Original file line number Diff line number Diff line change @@ -5,7 +5,4 @@ case `uname -sv` in
55 exit 1;;
66esac
77set -v
8- h2py.py /usr/include/fcntl.h
9- h2py.py /usr/include/sys/socket.h
108h2py.py -i ' (u_long)' /usr/include/netinet/in.h
11- h2py.py /usr/include/termios.h
Original file line number Diff line number Diff line change @@ -4,7 +4,4 @@ H2PY=../../Tools/scripts/h2py.py
44HEADERS=/boot/develop/headers
55
66set -v
7- python $H2PY $HEADERS /posix/fcntl.h
8- python $H2PY $HEADERS /be/net/socket.h
97python $H2PY -i ' (u_long)' $HEADERS /be/net/netinet/in.h
10- python $H2PY $HEADERS /posix/termios.h
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -v
3- h2py /usr/include/sys/fcntl.h
4- h2py /usr/include/sys/socket.h
53h2py -i ' (u_long)' /usr/include/netinet/in.h
6- h2py /usr/include/termios.h
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -v
3- h2py /usr/include/sys/fcntl.h
4- h2py /usr/include/sys/socket.h
53h2py -i ' (u_long)' /usr/include/netinet/in.h
6- h2py /usr/include/termios.h
4+
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -v
3- python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
4- python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
53python ../../Tools/scripts/h2py.py -i ' (u_long)' /usr/include/netinet/in.h
6- python ../../Tools/scripts/h2py.py /usr/include/termios.h
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -v
3- python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
4- python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
53python ../../Tools/scripts/h2py.py -i ' (u_long)' /usr/include/netinet/in.h
6- python ../../Tools/scripts/h2py.py /usr/include/termios.h
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -v
3- python$EXE ../../Tools/scripts/h2py.py /usr/include/fcntl.h
4- python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
53python$EXE ../../Tools/scripts/h2py.py -i ' (u_long)' /usr/include/netinet/in.h
6- python$EXE ../../Tools/scripts/h2py.py /usr/include/termios.h
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ case `uname -sr` in
55 exit 1;;
66esac
77set -v
8- h2py /usr/include/sys/fcntl.h
98h2py /usr/include/sys/file.h
10- h2py /usr/include/sys/socket.h
119h2py -i ' (u_long)' /usr/include/netinet/in.h
12- h2py /usr/include/sys/termios.h
1310h2py /usr/include/errno.h
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ case `uname -sr` in
55 exit 1;;
66esac
77set -v
8- h2py /usr/include/sys/fcntl.h
98h2py /usr/include/sys/file.h
10- h2py /usr/include/sys/socket.h
119h2py -i ' (u_long)' /usr/include/netinet/in.h
12- h2py /usr/include/sys/termios.h
1310h2py /usr/include/errno.h
You can’t perform that action at this time.
0 commit comments