python: refresh patches
[openwrt/svn-archive/archive.git] / lang / python / patches / 090-fix-ctypes.patch
index 67a8a3eecdcd3db23fde033b1a67a70bab6a9ec4..616e76d46b15cef45e33b5e5dd8d2878044d7117 100644 (file)
@@ -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)