Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 879321
Collapse All | Expand All

(-)a/src/libostree/ostree-repo-checkout.c (+4 lines)
Lines 37-42 Link Here
37
37
38
#define OVERLAYFS_WHITEOUT_PREFIX ".ostree-wh."
38
#define OVERLAYFS_WHITEOUT_PREFIX ".ostree-wh."
39
39
40
#if !defined(ALLPERMS)
41
# define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */
42
#endif
43
40
/* Per-checkout call state/caching */
44
/* Per-checkout call state/caching */
41
typedef struct {
45
typedef struct {
42
  GString *path_buf; /* buffer for real path if filtering enabled */
46
  GString *path_buf; /* buffer for real path if filtering enabled */

Return to bug 879321