diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-03-04 23:21:07 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-03-04 23:21:07 (GMT) |
commit | 03cfa7365d7fc7c1020aab3845e49356f961f767 (patch) | |
tree | 69b84bbfb5028be641a7543821546b0a57cd7f30 /Lib/plat-darwin/regen | |
parent | 8954cd36ba4112b1d3b55cdef5e07381b9aaefd8 (diff) | |
download | cpython-03cfa7365d7fc7c1020aab3845e49356f961f767.zip cpython-03cfa7365d7fc7c1020aab3845e49356f961f767.tar.gz cpython-03cfa7365d7fc7c1020aab3845e49356f961f767.tar.bz2 |
These are present in the trunk but no longer in 3.x, which causes problems
during the build of the Mac binary installer.
Diffstat (limited to 'Lib/plat-darwin/regen')
-rwxr-xr-x | Lib/plat-darwin/regen | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/plat-darwin/regen b/Lib/plat-darwin/regen new file mode 100755 index 0000000..a20cdc1 --- /dev/null +++ b/Lib/plat-darwin/regen @@ -0,0 +1,3 @@ +#! /bin/sh +set -v +python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h |