diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-12-20 19:14:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-12-20 19:14:48 +0000 |
commit | 3571a7543f0f82ae22b02bda60096dd49b12ae5d (patch) | |
tree | c9d3577eced6cce19a6d9dfdc5726fe1c543b47b /net-libs/libnfsidmap | |
parent | Version bump (bug #494814). (diff) | |
download | gentoo-2-3571a7543f0f82ae22b02bda60096dd49b12ae5d.tar.gz gentoo-2-3571a7543f0f82ae22b02bda60096dd49b12ae5d.tar.bz2 gentoo-2-3571a7543f0f82ae22b02bda60096dd49b12ae5d.zip |
Fix building with getgrouplist in older versions #494770 by smkbot.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'net-libs/libnfsidmap')
-rw-r--r-- | net-libs/libnfsidmap/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-libs/libnfsidmap/ChangeLog b/net-libs/libnfsidmap/ChangeLog index 88b956ebeff6..15e7c1911f2e 100644 --- a/net-libs/libnfsidmap/ChangeLog +++ b/net-libs/libnfsidmap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libnfsidmap # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v 1.42 2013/12/17 00:23:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v 1.43 2013/12/20 19:14:48 vapier Exp $ + + 20 Dec 2013; Mike Frysinger <vapier@gentoo.org> + files/libnfsidmap-0.19-getgrouplist.patch: + Fix building with getgrouplist in older versions #494770 by smkbot. *libnfsidmap-0.25 (17 Dec 2013) diff --git a/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch b/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch index 15196fbfe404..0d5d367b95b4 100644 --- a/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch +++ b/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch @@ -24,7 +24,7 @@ http://bugs.gentoo.org/169909 * --- libnfsidmap-0.19/getgrouplist.c +++ libnfsidmap-0.19/getgrouplist.c -@@ -0,0 +1,86 @@ +@@ -0,0 +1,88 @@ +/* + * getgrouplist.c + * @@ -59,7 +59,9 @@ http://bugs.gentoo.org/169909 + * SUCH DAMAGE. + */ + ++#ifdef HAVE_CONFIG_H +#include "config.h" ++#endif +#include <sys/types.h> +#include <grp.h> +#include <string.h> |