[Glibc-bsd-commits] r2114 - in trunk/freebsd-libs/debian: . patches

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Wed Jan 16 11:15:22 UTC 2008


Author: ps-guest
Date: 2008-01-16 11:15:21 +0000 (Wed, 16 Jan 2008)
New Revision: 2114

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/patches/04_glibc_libkvm.diff
Log:
* Make freebsd-libs buildable with gcc-4.2



Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2008-01-16 10:53:10 UTC (rev 2113)
+++ trunk/freebsd-libs/debian/changelog	2008-01-16 11:15:21 UTC (rev 2114)
@@ -3,6 +3,9 @@
   [ Aurelien Jarno ]
   * Don't ship useless manpages.
 
+  [ Petr Salinger ]
+  * Make it buildable with gcc-4.2
+
  -- Aurelien Jarno <aurel32 at debian.org>  Fri, 11 Jan 2008 10:53:31 +0100
 
 freebsd-libs (6.3-1) unreleased; urgency=low
@@ -14,7 +17,7 @@
   [ Aurelien Jarno ]
   * Bumped Standards-Version to 3.7.3 (no changes).
   * Change ${Source-Version} into ${binary:Version}.
-  * Don't use ${shlibs:Depends} ofr -dev packages.
+  * Don't use ${shlibs:Depends} for -dev packages.
   * Only link with needed libraries.
 
  -- Aurelien Jarno <aurel32 at debian.org>  Thu, 10 Jan 2008 18:23:48 +0100

Modified: trunk/freebsd-libs/debian/patches/04_glibc_libkvm.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/04_glibc_libkvm.diff	2008-01-16 10:53:10 UTC (rev 2113)
+++ trunk/freebsd-libs/debian/patches/04_glibc_libkvm.diff	2008-01-16 11:15:21 UTC (rev 2114)
@@ -125,7 +125,7 @@
  	return (-1);
  }
  
-+static __inline__ u_long
++__inline__ u_long
 +bsfq(u_long mask)
 +{
 +	u_long  result;
@@ -144,7 +144,7 @@
  	return (-1);
  }
  
-+static __inline__ u_int
++__inline__ u_int
 +bsfl(u_int mask)
 +{
 +	u_int   result;




More information about the Glibc-bsd-commits mailing list