[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2273 - in glibc-package/trunk/debian: . patches/arm



Author: aurel32
Date: 2007-05-22 06:22:40 +0000 (Tue, 22 May 2007)
New Revision: 2273

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/arm/local-ioperm.diff
Log:
  * debian/patches/arm/local-ioperm.diff: Remove the check
    involving LINUX_VERSION_CODE.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-05-21 22:05:13 UTC (rev 2272)
+++ glibc-package/trunk/debian/changelog	2007-05-22 06:22:40 UTC (rev 2273)
@@ -1,3 +1,10 @@
+glibc (2.5-9) unstable; urgency=low
+
+  * debian/patches/arm/local-ioperm.diff: Remove the check
+    involving LINUX_VERSION_CODE.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Tue, 22 May 2007 08:21:44 +0200
+
 glibc (2.5-8) unstable; urgency=low
 
   [ Aurelien Jarno ]

Modified: glibc-package/trunk/debian/patches/arm/local-ioperm.diff
===================================================================
--- glibc-package/trunk/debian/patches/arm/local-ioperm.diff	2007-05-21 22:05:13 UTC (rev 2272)
+++ glibc-package/trunk/debian/patches/arm/local-ioperm.diff	2007-05-22 06:22:40 UTC (rev 2273)
@@ -2,9 +2,20 @@
 
 Index: ports/sysdeps/unix/sysv/linux/arm/ioperm.c
 ===================================================================
---- ports/sysdeps/unix/sysv/linux/arm/ioperm.c.orig
-+++ ports/sysdeps/unix/sysv/linux/arm/ioperm.c
-@@ -107,8 +107,8 @@
+--- ports/sysdeps/unix/sysv/linux/arm/ioperm.c.orig	2007-05-22 08:05:51.000000000 +0200
++++ ports/sysdeps/unix/sysv/linux/arm/ioperm.c	2007-05-22 08:18:10.000000000 +0200
+@@ -96,19 +96,13 @@
+  *    values.
+  */
+ 
+-/* The Linux kernel headers renamed this constant between 2.5.26 and
+-   2.5.27.  It was backported to 2.4 between 2.4.22 and 2.4.23.  */
+-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)
+-# define BUS_ISA CTL_BUS_ISA
+-#endif
+-
+ static int
+ init_iosys (void)
  {
    char systype[256];
    int i, n;



Reply to: