]> granicus.if.org Git - python/commitdiff
Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:25:40 +0000 (18:25 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:25:40 +0000 (18:25 +0000)
Lib/generic/regen
Lib/plat-generic/regen

index 8c81a5f294a66d5611f84c373502c2ea37340741..5c502c28e559cddd8ed8489def411aa5050dd5af 100755 (executable)
@@ -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
index 8c81a5f294a66d5611f84c373502c2ea37340741..5c502c28e559cddd8ed8489def411aa5050dd5af 100755 (executable)
@@ -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