]> wimlib.net Git - wimlib/commit
Build fixes
authorEric Biggers <ebiggers3@gmail.com>
Wed, 29 Aug 2012 03:38:21 +0000 (22:38 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 29 Aug 2012 03:38:21 +0000 (22:38 -0500)
commitfe61ff3037e794ab2d1ef985104b157640b4881c
tree05cde3c87a121e9da81774a54fb85773b9dd236f
parent8df11dc1a979c38d5d15fbc66f837b28e862fc67
Build fixes

Use casts to or from `uintptr_t' to avoid warnings on 32-bit platforms when we
get or set the FUSE private data in mount.c.

Make the XATTR interface optional.  Support is omitted automatically if the
setxattr() function or the `attr/xattr.h' header is not found.

Fix a couple of the test cases.
config.h.in
configure.ac
programs/imagex.c
src/lookup_table.c
src/mount.c
src/ntfs-capture.c
tests/test-imagex