forked from Freetz/freetz
-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Author: Adam Conrad <[email protected]> | |
|
||
--- libfakeroot.c | ||
+++ libfakeroot.c | ||
@@ -1730,7 +1730,7 @@ | ||
@@ -1732,7 +1732,7 @@ | ||
#endif /* HAVE_CAPSET */ | ||
|
||
#if defined(HAVE_SETXATTR) || defined(HAVE_LSETXATTR) || defined(HAVE_FSETXATTR) | ||
|
@@ -12,7 +12,7 @@ Author: Adam Conrad <[email protected]> | |
{ | ||
xattr_args xattr; | ||
xattr.name = name; | ||
@@ -1785,7 +1785,7 @@ | ||
@@ -1787,7 +1787,7 @@ | ||
#endif /* defined(HAVE_LISTXATTR) || defined(HAVE_LLISTXATTR) || defined(HAVE_FLISTXATTR) */ | ||
|
||
#if defined(HAVE_REMOVEXATTR) || defined(HAVE_LREMOVEXATTR) || defined(HAVE_FREMOVEXATTR) | ||
|
@@ -21,7 +21,7 @@ Author: Adam Conrad <[email protected]> | |
{ | ||
xattr_args xattr; | ||
xattr.name = name; | ||
@@ -1803,7 +1803,7 @@ | ||
@@ -1805,7 +1805,7 @@ | ||
#endif /* defined(HAVE_REMOVEXATTR) || defined(HAVE_LREMOVEXATTR) || defined(HAVE_FREMOVEXATTR) */ | ||
|
||
#ifdef HAVE_SETXATTR | ||
|
@@ -30,7 +30,7 @@ Author: Adam Conrad <[email protected]> | |
{ | ||
INT_STRUCT_STAT st; | ||
int r; | ||
@@ -1824,7 +1824,7 @@ | ||
@@ -1826,7 +1826,7 @@ | ||
#endif /* HAVE_SETXATTR */ | ||
|
||
#ifdef HAVE_LSETXATTR | ||
|
@@ -39,7 +39,7 @@ Author: Adam Conrad <[email protected]> | |
{ | ||
INT_STRUCT_STAT st; | ||
int r; | ||
@@ -1845,7 +1845,7 @@ | ||
@@ -1847,7 +1847,7 @@ | ||
#endif /* HAVE_LSETXATTR */ | ||
|
||
#ifdef HAVE_FSETXATTR | ||
|
@@ -48,7 +48,7 @@ Author: Adam Conrad <[email protected]> | |
{ | ||
INT_STRUCT_STAT st; | ||
int r; | ||
@@ -1992,7 +1992,7 @@ | ||
@@ -1994,7 +1994,7 @@ | ||
#endif /* HAVE_FLISTXATTR */ | ||
|
||
#ifdef HAVE_REMOVEXATTR | ||
|
@@ -57,7 +57,7 @@ Author: Adam Conrad <[email protected]> | |
{ | ||
INT_STRUCT_STAT st; | ||
int r; | ||
@@ -2013,7 +2013,7 @@ | ||
@@ -2015,7 +2015,7 @@ | ||
#endif /* HAVE_REMOVEXATTR */ | ||
|
||
#ifdef HAVE_LREMOVEXATTR | ||
|
@@ -66,7 +66,7 @@ Author: Adam Conrad <[email protected]> | |
{ | ||
INT_STRUCT_STAT st; | ||
int r; | ||
@@ -2034,7 +2034,7 @@ | ||
@@ -2036,7 +2036,7 @@ | ||
#endif /* HAVE_LREMOVEXATTR */ | ||
|
||
#ifdef HAVE_FREMOVEXATTR | ||
|
f8d0e4a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See for infos about fakeroot-host and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/host-tools/fakeroot-host