diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-09 12:33:32 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-09 12:33:32 (GMT) |
commit | 4414933f6205e598496a270cc5582e942bceada7 (patch) | |
tree | a82bcd917a1ad204a1eff2849cc905176636e46d /Lib/plat-sunos5/regen | |
parent | f2f8c51ae6b409fc619f66c8b42689dbc221daf4 (diff) | |
download | cpython-4414933f6205e598496a270cc5582e942bceada7.zip cpython-4414933f6205e598496a270cc5582e942bceada7.tar.gz cpython-4414933f6205e598496a270cc5582e942bceada7.tar.bz2 |
Regenerate for Solaris 8.
Diffstat (limited to 'Lib/plat-sunos5/regen')
-rwxr-xr-x | Lib/plat-sunos5/regen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/plat-sunos5/regen b/Lib/plat-sunos5/regen index 3c8310e..78cb7de 100755 --- a/Lib/plat-sunos5/regen +++ b/Lib/plat-sunos5/regen @@ -5,5 +5,5 @@ case `uname -sr` in exit 1;; esac set -v -h2py -i '(u_long)' /usr/include/netinet/in.h -h2py /usr/include/sys/stropts.h +h2py -i '(u_long)' /usr/include/sys/types.h /usr/include/netinet/in.h /usr/include/sys/stropts.h /usr/include/dlfcn.h + |