summaryrefslogtreecommitdiff
path: root/sysutils/xfsprogs/patches/patch-libxfs_xfs__ialloc.c
blob: 7245fa81ae2677b345f774bd5ba18c33a1ace8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-libxfs_xfs__ialloc.c,v 1.1 2012/10/26 20:32:56 joerg Exp $

--- libxfs/xfs_ialloc.c.orig	2012-10-26 15:05:39.000000000 +0000
+++ libxfs/xfs_ialloc.c
@@ -315,7 +315,7 @@ xfs_ialloc_ag_alloc(
 	return 0;
 }
 
-STATIC __inline xfs_agnumber_t
+static xfs_agnumber_t
 xfs_ialloc_next_ag(
 	xfs_mount_t	*mp)
 {