xfs
[Top] [All Lists]

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

To: xfs@xxxxxxxxxxx
Subject: [PATCH 0/6] xfsdump: Compile with musl libc
From: Felix Janda <felix.janda@xxxxxxxxx>
Date: Tue, 12 Jan 2016 22:04:07 +0100
Delivered-to: xfs@xxxxxxxxxxx
Resent-date: Tue, 12 Jan 2016 22:08:01 +0100
Resent-from: Felix Janda <felix.janda@xxxxxxxxx>
Resent-message-id: <20160112210801.GA10044@nyan>
Resent-to: xfs@xxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>