[PATCH 0/6] xfsdump: Compile with musl libc

Felix Janda felix.janda at posteo.de
Tue Jan 12 15:04:07 CST 2016


Six simple patches fixing compilation on linux systems using the musl
c library.

Felix Janda (6):
  invutil/invidx: include <fcntl.h> for O_CREAT
  dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX
  common/main.c: Replace nonstandard SIGCLD by SIGCHLD
  librmt/rmtopen: Prefer <signal.h> over <sys/signal.h>
  dump/var.c: Include <limits.h> for PATH_MAX
  Prefer stdint types over __uint*_t and __int*_t

 common/content_inode.h | 4 ++--
 common/hsmapi.c        | 2 +-
 common/main.c          | 2 +-
 doc/xfsdump.html       | 8 ++++----
 dump/content.c         | 1 +
 dump/var.c             | 1 +
 inventory/inv_oref.h   | 2 +-
 inventory/inv_priv.h   | 4 ++--
 inventory/inventory.h  | 2 +-
 invutil/invidx.c       | 1 +
 librmt/rmtopen.c       | 2 +-
 11 files changed, 16 insertions(+), 13 deletions(-)

-- 
2.4.10



More information about the xfs mailing list