Author: aurel32
Date: 2011-05-13 08:04:30 +0000 (Fri, 13 May 2011)
New Revision: 4661

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/any/local-no-pagesize.diff
Log:
  * Revert changes to patches/any/local-no-pagesize.diff.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2011-05-12 12:48:32 UTC (rev 
4660)
+++ glibc-package/trunk/debian/changelog        2011-05-13 08:04:30 UTC (rev 
4661)
@@ -3,6 +3,7 @@
   * debhelper.in/libc.preinst: require a 8.0 kernel on GNU/kFreeBSD.
     Closes: #626422.
   * Bump to Standards-Version 3.9.2 (no changes).
+  * Revert changes to patches/any/local-no-pagesize.diff.
 
  -- Aurelien Jarno <[email protected]>  Thu, 12 May 2011 08:56:53 +0200
 

Modified: glibc-package/trunk/debian/patches/any/local-no-pagesize.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/local-no-pagesize.diff       
2011-05-12 12:48:32 UTC (rev 4660)
+++ glibc-package/trunk/debian/patches/any/local-no-pagesize.diff       
2011-05-13 08:04:30 UTC (rev 4661)
@@ -19,7 +19,7 @@
  };
  
 -#define NBPG                  PAGE_SIZE
-+#define NBPG                  (__sysconf(_SC_PAGESIZE))
++#define NBPG                  (sysconf(_SC_PAGESIZE))
  #define UPAGES                        1
  #define HOST_TEXT_START_ADDR  (u.start_code)
  #define HOST_DATA_START_ADDR  (u.start_data)
@@ -39,7 +39,7 @@
  
 -#define PAGE_SHIFT            12
 -#define PAGE_SIZE             (1UL << PAGE_SHIFT)
-+#define PAGE_SIZE             (__sysconf(_SC_PAGESIZE))
++#define PAGE_SIZE             (sysconf(_SC_PAGESIZE))
  #define PAGE_MASK             (~(PAGE_SIZE-1))
  #define NBPG                  PAGE_SIZE
  #define UPAGES                        1
@@ -59,7 +59,7 @@
  
 -#define PAGE_SHIFT            12
 -#define PAGE_SIZE             (1UL << PAGE_SHIFT)
-+#define PAGE_SIZE             (__sysconf(_SC_PAGESIZE))
++#define PAGE_SIZE             (sysconf(_SC_PAGESIZE))
  #define PAGE_MASK             (~(PAGE_SIZE-1))
  #define NBPG                  PAGE_SIZE
  #define UPAGES                        1


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to