diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-08 18:38:46 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-08 18:38:46 (GMT) |
commit | 20737cc91e823b6b17fff16574283c034c99d641 (patch) | |
tree | 6b2a4ea17a54ba493a2b75e4196b1426e37f8031 /Lib/plat-aix4/regen | |
parent | 1699757901c8374b063fb585110780bb82faa3b2 (diff) | |
download | cpython-20737cc91e823b6b17fff16574283c034c99d641.zip cpython-20737cc91e823b6b17fff16574283c034c99d641.tar.gz cpython-20737cc91e823b6b17fff16574283c034c99d641.tar.bz2 |
Issue #28027: Remove Lib/plat-* files
Diffstat (limited to 'Lib/plat-aix4/regen')
-rwxr-xr-x | Lib/plat-aix4/regen | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/plat-aix4/regen b/Lib/plat-aix4/regen deleted file mode 100755 index 57a71c4..0000000 --- a/Lib/plat-aix4/regen +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh -case `uname -sv` in -'AIX 4'*) ;; -*) echo Probably not on an AIX 4 system 1>&2 - exit 1;; -esac -set -v -h2py.py -i '(u_long)' /usr/include/netinet/in.h |