diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-10 15:52:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-10 15:52:47 (GMT) |
commit | 48a1638d78a9a6edc8637af7aae8ef0558ae29a9 (patch) | |
tree | bfd150e6a629c901feeb79042981ca496d544c30 /Lib/plat-sunos4 | |
parent | a94414a2875e8e5c17af3a1567fdb78432394748 (diff) | |
download | cpython-48a1638d78a9a6edc8637af7aae8ef0558ae29a9.zip cpython-48a1638d78a9a6edc8637af7aae8ef0558ae29a9.tar.gz cpython-48a1638d78a9a6edc8637af7aae8ef0558ae29a9.tar.bz2 |
Do no regenerate modules that should no longer be here.
Diffstat (limited to 'Lib/plat-sunos4')
-rwxr-xr-x | Lib/plat-sunos4/regen | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/plat-sunos4/regen b/Lib/plat-sunos4/regen index 8b52d74..e44f238 100755 --- a/Lib/plat-sunos4/regen +++ b/Lib/plat-sunos4/regen @@ -5,8 +5,5 @@ case `uname -sr` in exit 1;; esac set -v -h2py </usr/include/sys/fcntlcom.h >FCNTL.py -echo "O_ACCMODE = (O_RDONLY|O_WRONLY|O_RDWR)" >>FCNTL.py -h2py /usr/include/sys/socket.h h2py /usr/include/sys/wait.h h2py -i '(u_long)' /usr/include/netinet/in.h |