Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe58e3e

Browse files
committed
regen for Next
1 parent 7ffa761 commit fe58e3e

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lib/next3/regen

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#! /bin/sh
2+
set -v
3+
INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
4+
export INCLUDE
5+
6+
python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h
7+
echo "Adding O_NDELAY and O_SYNC"
8+
echo "O_NDELAY = FNDELAY" >> FCNTL.py
9+
echo "O_SYNC = FSYNC" >> FCNTL.py
10+
python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h
11+
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h

Lib/plat-next3/regen

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#! /bin/sh
2+
set -v
3+
INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
4+
export INCLUDE
5+
6+
python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h
7+
echo "Adding O_NDELAY and O_SYNC"
8+
echo "O_NDELAY = FNDELAY" >> FCNTL.py
9+
echo "O_SYNC = FSYNC" >> FCNTL.py
10+
python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h
11+
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h

0 commit comments

Comments
 (0)