]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libfrog: move platform specific runtime support code out of libxfs
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 23 May 2018 21:30:48 +0000 (16:30 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 23 May 2018 21:30:48 +0000 (16:30 -0500)
commitfe08f67092cbb041334febc77d24be757755f65f
tree2d42b18559108f7c517b26d40cc9f2159523a859
parent369c0b5f82be66f81b03dea1115f6b1dc1bca529
libfrog: move platform specific runtime support code out of libxfs

Move the platform support code to libfrog, which should remove the final
dependency of libfrog on libxfs.  libfrog is the runtime support
library, and these files provide platform support.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libfrog/Makefile
libfrog/darwin.c [moved from libxfs/darwin.c with 100% similarity]
libfrog/freebsd.c [moved from libxfs/freebsd.c with 100% similarity]
libfrog/irix.c [moved from libxfs/irix.c with 100% similarity]
libfrog/linux.c [moved from libxfs/linux.c with 100% similarity]
libxfs/Makefile