X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fpython%2Fpatches%2F090-fix-ctypes.patch;h=616e76d46b15cef45e33b5e5dd8d2878044d7117;hp=67a8a3eecdcd3db23fde033b1a67a70bab6a9ec4;hb=a51ed229a10ae7e97ecf581b050ca44af8ec452b;hpb=1e886d59594e4e4d0561c5bcc97326cd8c6fe5f8 diff --git a/lang/python/patches/090-fix-ctypes.patch b/lang/python/patches/090-fix-ctypes.patch index 67a8a3eecd..616e76d46b 100644 --- a/lang/python/patches/090-fix-ctypes.patch +++ b/lang/python/patches/090-fix-ctypes.patch @@ -1,8 +1,10 @@ -Index: Lib/ctypes/__init__.py -=================================================================== ---- a/Lib/ctypes/__init__.py (revision 77004) -+++ b/Lib/ctypes/__init__.py (working copy) -@@ -538,9 +538,3 @@ +--- + Lib/ctypes/__init__.py | 6 ------ + 1 file changed, 6 deletions(-) + +--- Python-2.6.4.orig/Lib/ctypes/__init__.py ++++ Python-2.6.4/Lib/ctypes/__init__.py +@@ -538,9 +538,3 @@ for kind in [c_ushort, c_uint, c_ulong, elif sizeof(kind) == 4: c_uint32 = kind elif sizeof(kind) == 8: c_uint64 = kind del(kind)