From: Guido van Rossum Date: Thu, 8 Aug 1996 18:25:40 +0000 (+0000) Subject: Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts X-Git-Tag: v1.4b2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47347f04258fc5d21673ab74725f0cda28c6d02f;p=python Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts --- diff --git a/Lib/generic/regen b/Lib/generic/regen index 8c81a5f294..5c502c28e5 100755 --- a/Lib/generic/regen +++ b/Lib/generic/regen @@ -1,6 +1,6 @@ #! /bin/sh set -v -h2py /usr/include/sys/fcntl.h -h2py /usr/include/sys/socket.h -h2py -i '(u_long)' /usr/include/netinet/in.h -h2py /usr/include/termios.h +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 diff --git a/Lib/plat-generic/regen b/Lib/plat-generic/regen index 8c81a5f294..5c502c28e5 100755 --- a/Lib/plat-generic/regen +++ b/Lib/plat-generic/regen @@ -1,6 +1,6 @@ #! /bin/sh set -v -h2py /usr/include/sys/fcntl.h -h2py /usr/include/sys/socket.h -h2py -i '(u_long)' /usr/include/netinet/in.h -h2py /usr/include/termios.h +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