Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/squashfs-tools/files: squashfs-tools-4.3_pre20130621-xattr.patch
Date: Tue, 21 Jan 2014 21:36:24
Message-Id: 20140121213620.85A7120034@flycatcher.gentoo.org
1 jer 14/01/21 21:36:20
2
3 Added: squashfs-tools-4.3_pre20130621-xattr.patch
4 Log:
5 Fix USE=-xattr properly. Restore old USE flag behaviour.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 sys-fs/squashfs-tools/files/squashfs-tools-4.3_pre20130621-xattr.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/files/squashfs-tools-4.3_pre20130621-xattr.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/squashfs-tools/files/squashfs-tools-4.3_pre20130621-xattr.patch?rev=1.1&content-type=text/plain
14
15 Index: squashfs-tools-4.3_pre20130621-xattr.patch
16 ===================================================================
17 --- a/xattr.h
18 +++ b/xattr.h
19 @@ -124,7 +124,7 @@
20 }
21
22
23 -static inline struct xattr_list *get_xattr(int i, unsigned int *count, int)
24 +static inline struct xattr_list *get_xattr(int i, unsigned int *count, int j)
25 {
26 return NULL;
27 }