[Glibc-bsd-commits] r4127 - in trunk/kfreebsd-kernel-headers/debian: . patches

Robert Millan rmh at alioth.debian.org
Sun Feb 26 11:25:14 UTC 2012


Author: rmh
Date: 2012-02-26 11:25:14 +0000 (Sun, 26 Feb 2012)
New Revision: 4127

Modified:
   trunk/kfreebsd-kernel-headers/debian/changelog
   trunk/kfreebsd-kernel-headers/debian/patches/cpufunc.diff
Log:
  * Glibc semantics for out[bwl] are incompatible, even when the types match!
    Dangerous situation here. I'll try to work it out with upstream. For now
    just revert inclusion of <sys/io.h> which makes the problem less likely
    to happen.

Modified: trunk/kfreebsd-kernel-headers/debian/changelog
===================================================================
--- trunk/kfreebsd-kernel-headers/debian/changelog	2012-02-26 10:59:20 UTC (rev 4126)
+++ trunk/kfreebsd-kernel-headers/debian/changelog	2012-02-26 11:25:14 UTC (rev 4127)
@@ -1,3 +1,12 @@
+kfreebsd-kernel-headers (0.76) unstable; urgency=low
+
+  * Glibc semantics for out[bwl] are incompatible, even when the types match!
+    Dangerous situation here. I'll try to work it out with upstream. For now
+    just revert inclusion of <sys/io.h> which makes the problem less likely
+    to happen.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 26 Feb 2012 12:20:49 +0100
+
 kfreebsd-kernel-headers (0.75) unstable; urgency=low
 
   * Actually give preference to local headers in testsuite (use -I

Modified: trunk/kfreebsd-kernel-headers/debian/patches/cpufunc.diff
===================================================================
--- trunk/kfreebsd-kernel-headers/debian/patches/cpufunc.diff	2012-02-26 10:59:20 UTC (rev 4126)
+++ trunk/kfreebsd-kernel-headers/debian/patches/cpufunc.diff	2012-02-26 11:25:14 UTC (rev 4127)
@@ -8,8 +8,8 @@
  #include <sys/types.h>
  
 +#include <stdint.h>
-+#include <sys/io.h>
 +
++
  #ifndef _SYS_CDEFS_H
  #error this file needs sys/cdefs.h as a prerequisite
  #endif
@@ -160,8 +160,8 @@
  #include <sys/types.h>
  
 +#include <stdint.h>
-+#include <sys/io.h>
 +
++
  #ifndef _SYS_CDEFS_H
  #error this file needs sys/cdefs.h as a prerequisite
  #endif




More information about the Glibc-bsd-commits mailing list