]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #1595 from poettering/proxy-fixes
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 18 Oct 2015 10:15:10 +0000 (12:15 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 18 Oct 2015 10:15:10 +0000 (12:15 +0200)
bus proxy fixes, and more

1  2 
src/basic/missing.h

diff --combined src/basic/missing.h
index 5fb9951a848b59df6633395f9ac6e9e2a66d9746,8d11b80d95d7ea1dd17964a7bb93663887febbe9..70d6c8308eea4a4e28554289cb67abe2f29432a4
  #define SOL_NETLINK 270
  #endif
  
 +#ifndef NETLINK_LIST_MEMBERSHIPS
 +#define NETLINK_LIST_MEMBERSHIPS 9
 +#endif
 +
  #if !HAVE_DECL_PIVOT_ROOT
  static inline int pivot_root(const char *new_root, const char *put_old) {
          return syscall(SYS_pivot_root, new_root, put_old);
@@@ -252,6 -248,10 +252,10 @@@ static inline int getrandom(void *buffe
  #define BTRFS_SEARCH_ARGS_BUFSIZE (4096 - sizeof(struct btrfs_ioctl_search_key))
  #endif
  
+ #ifndef BTRFS_QGROUP_LEVEL_SHIFT
+ #define BTRFS_QGROUP_LEVEL_SHIFT 48
+ #endif
  #ifndef HAVE_LINUX_BTRFS_H
  struct btrfs_ioctl_vol_args {
          int64_t fd;