diff options
Diffstat (limited to 'Lib/plat-next3/regen')
-rwxr-xr-x | Lib/plat-next3/regen | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/plat-next3/regen b/Lib/plat-next3/regen index fe4f4b5..7a03613 100755 --- a/Lib/plat-next3/regen +++ b/Lib/plat-next3/regen @@ -3,9 +3,4 @@ set -v INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd" export INCLUDE -python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h -echo "Adding O_NDELAY and O_SYNC" -echo "O_NDELAY = FNDELAY" >> FCNTL.py -echo "O_SYNC = FSYNC" >> FCNTL.py -python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h |