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

r5542 - in glibc-package/branches/eglibc-2.17/debian: . patches/kfreebsd



Author: adconrad
Date: 2013-05-07 07:17:20 +0000 (Tue, 07 May 2013)
New Revision: 5542

Modified:
   glibc-package/branches/eglibc-2.17/debian/changelog
   glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-sysdeps.diff
Log:
Merge 5530 from trunk

Modified: glibc-package/branches/eglibc-2.17/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/changelog	2013-05-07 07:16:22 UTC (rev 5541)
+++ glibc-package/branches/eglibc-2.17/debian/changelog	2013-05-07 07:17:20 UTC (rev 5542)
@@ -643,6 +643,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/branches/eglibc-2.17/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-sysdeps.diff	2013-05-07 07:16:22 UTC (rev 5541)
+++ glibc-package/branches/eglibc-2.17/debian/patches/kfreebsd/local-sysdeps.diff	2013-05-07 07:17:20 UTC (rev 5542)
@@ -23167,7 +23167,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: