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

r5530 - in glibc-package/trunk/debian: . patches/kfreebsd



Author: ps-guest
Date: 2013-04-14 08:43:32 +0000 (Sun, 14 Apr 2013)
New Revision: 5530

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
inline is not keyword in c89 mode, use __inline


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2013-03-28 04:18:39 UTC (rev 5529)
+++ glibc-package/trunk/debian/changelog	2013-04-14 08:43:32 UTC (rev 5530)
@@ -23,6 +23,7 @@
   [ Petr Salinger ]
   * patches/kfreebsd/local-initgroups-order.diff: always put supplied extra
     gid as the first entry of group list in setgroups(). Closes: #699593.
+  * inline is not keyword in c89 mode, use __inline. Closes: #704598.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 30 Dec 2012 10:22:43 -0700
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2013-03-28 04:18:39 UTC (rev 5529)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2013-04-14 08:43:32 UTC (rev 5530)
@@ -23159,7 +23159,7 @@
 + * Given a filesystem name, determine if it is resident in the kernel,
 + * and if it is resident, return its xvfsconf structure.
 + */
-+static inline int
++static __inline int
 +getvfsbyname(const char *fsname, struct xvfsconf *vfcp)
 +{
 +	struct xvfsconf *xvfsp;


Reply to: