btrfs-progs: convert: drop dependency on sys/acl.h
authorDavid Sterba <dsterba@suse.cz>
Mon, 4 May 2015 16:36:21 +0000 (18:36 +0200)
committerDavid Sterba <dsterba@suse.cz>
Thu, 14 May 2015 13:41:06 +0000 (15:41 +0200)
commitab5984ff6cce6f12063720b6dafc1afcd6606853
tree78694da95950bc3e8655be94edccf74fff611720
parentbea9ba0acb38e8b3a49fa1b38b574dd79bdb1a42
btrfs-progs: convert: drop dependency on sys/acl.h

The file sys/acl.h is part of libacl and if the development package is
not installed, build of btrfs-convert fails.

We do not link against libacl nor use the functions provided by libacl.  The
ACL_* values are directly read from the extN data, so it's more part of the
on-disk format rather than an interface to libacl.

The dependency on libacl is completely dropped.

Reported-by: Hugo Mills <hugo@carfax.org.uk>
Signed-off-by: David Sterba <dsterba@suse.cz>
INSTALL
btrfs-convert.c