Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 522880 Details for
Bug 648326
dev-python/llfuse-1.3.2 : src/xattr.h:28:10: fatal error: attr/xattr.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
llfuse-1.3.2-xattr.patch
llfuse-1.3.2-xattr.patch (text/plain), 593 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2018-03-07 17:29:12 UTC
(
hide
)
Description:
llfuse-1.3.2-xattr.patch
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2018-03-07 17:29:12 UTC
Size:
593 bytes
patch
obsolete
># HG changeset patch ># User Lars Wendler <polynomial-c@gentoo.org> ># Date 1520443316 -3600 ># Wed Mar 07 18:21:56 2018 +0100 ># Node ID deea556ea860f8ca44eecdaff81fd31816689c52 ># Parent 183f4edcf20631f42b5962f64a740f0ceab2212b >attr/xattr.h is deprecated. Use sys/xattr.h instead > >downstream bug: https://bugs.gentoo.org/648326 > >diff --git a/src/xattr.h b/src/xattr.h >--- a/src/xattr.h >+++ b/src/xattr.h >@@ -25,7 +25,7 @@ > * Linux > */ > #if PLATFORM == PLATFORM_LINUX >-#include <attr/xattr.h> >+#include <sys/xattr.h> > > #define EXTATTR_NAMESPACE_USER 0 > #define EXTATTR_NAMESPACE_SYSTEM 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 648326
:
520340
|
520342
|
520344
|
520346
|
520348
|
520350
|
522718
|
522720
|
522722
|
522724
|
522726
|
522728
|
522880