From: Eric Sandeen Date: Mon, 16 Jul 2001 20:56:07 +0000 (+0000) Subject: Turn off use of the BLKBSZSET ioctl (which will likely go away soon) X-Git-Tag: v2.0.0~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc7b5dbd397517238d9e7ef4084950050405e7b0;p=thirdparty%2Fxfsprogs-dev.git Turn off use of the BLKBSZSET ioctl (which will likely go away soon) --- diff --git a/libxfs/Makefile b/libxfs/Makefile index d38da1007..e10b08bed 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=1 +LCFLAGS += -DHAVE_BLKBSZSET=0 # # Tracing flags: