Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,13 +1,15 @@
$NetBSD: patch-lib_ext2fs_bitops.h,v 1.1 2012/11/19 03:02:14 joerg Exp $
$NetBSD: patch-lib_ext2fs_bitops.h,v 1.2 2016/08/09 21:46:07 jdolecek Exp $
--- lib/ext2fs/bitops.h.orig 2012-11-19 02:21:39.000000000 +0000
+++ lib/ext2fs/bitops.h
@@ -135,7 +135,7 @@ extern __u32 ext2fs_get_generic_bitmap_e
#define _INLINE_ extern
#else
Force GNU inline semantic.
--- lib/ext2fs/bitops.h.orig 2014-07-03 23:33:48.000000000 +0900
+++ lib/ext2fs/bitops.h 2014-12-10 21:10:47.000000000 +0900
@@ -238,7 +238,7 @@ extern errcode_t ext2fs_find_first_set_g
#define _INLINE_ inline
#else /* not C99 */
#ifdef __GNUC__
-#define _INLINE_ extern __inline__
+#define _INLINE_ extern __attribute__((__gnu_inline__)) __inline__
#else /* For Watcom C */
#define _INLINE_ extern inline
#endif
#endif /* __GNUC__ */