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

Skip to content

Commit 48a1638

Browse files
committed
Do no regenerate modules that should no longer be here.
1 parent a94414a commit 48a1638

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

Lib/plat-next3/regen

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@ set -v
33
INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
44
export INCLUDE
55

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
116
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h

Lib/plat-sunos4/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ case `uname -sr` in
55
exit 1;;
66
esac
77
set -v
8-
h2py </usr/include/sys/fcntlcom.h >FCNTL.py
9-
echo "O_ACCMODE = (O_RDONLY|O_WRONLY|O_RDWR)" >>FCNTL.py
10-
h2py /usr/include/sys/socket.h
118
h2py /usr/include/sys/wait.h
129
h2py -i '(u_long)' /usr/include/netinet/in.h

Lib/plat-sunos5/regen

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ case `uname -sr` in
55
exit 1;;
66
esac
77
set -v
8-
h2py /usr/include/sys/fcntl.h
9-
h2py /usr/include/sys/socket.h
108
h2py -i '(u_long)' /usr/include/netinet/in.h
11-
h2py /usr/include/termios.h
129
h2py /usr/include/sys/stropts.h

0 commit comments

Comments
 (0)