From: Nathan Scott Date: Tue, 17 Jul 2001 00:05:37 +0000 (+0000) Subject: document BLKSZSET change. X-Git-Tag: v2.0.0~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f55f1ddba0c0175c8b54ceb0d4261f788f2160ba;p=thirdparty%2Fxfsprogs-dev.git document BLKSZSET change. --- diff --git a/doc/CHANGES b/doc/CHANGES index 2871928a8..c02d3ec65 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -6,7 +6,8 @@ xfsprogs-1.3.1 (15 Jul 2001) - fix an endian bug in xfs_db "write" command - fix a build problem with liblvm.a installed - fix bug in xfs_growfs mount option parsing with external log - - make use of BLKSZSET ioctl conditional via the Makefile + - BLKSZSET ioctl now conditional via the Makefile (off by default) + - rework some of the Debian packaging rules xfsprogs-1.3.0 (11 Jul 2001) - reworked Makefiles to use libtool diff --git a/libxfs/Makefile b/libxfs/Makefile index e10b08bed..9beae932d 100644 --- a/libxfs/Makefile +++ b/libxfs/Makefile @@ -46,7 +46,7 @@ CFILES = init.c logitem.c rdwr.c trans.c util.c \ xfs_dir2.c xfs_dir2_leaf.c xfs_attr_leaf.c xfs_dir2_block.c \ xfs_dir2_node.c xfs_dir2_data.c xfs_dir2_sf.c xfs_bmap.c \ xfs_mount.c xfs_trans.c -LCFLAGS += -DHAVE_BLKBSZSET=0 +#LCFLAGS += -DHAVE_BLKBSZSET # # Tracing flags: