Whamcloud - gitweb
getsectsize.c (BLKSSZGET): Clean up test for when to manually
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jun 2005 03:11:09 +0000 (23:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jun 2005 03:11:09 +0000 (23:11 -0400)
define the BLKSSZGET ioctl.

lib/ext2fs/ChangeLog
lib/ext2fs/getsectsize.c

index 4e83f4c..4f9051d 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-19  Theodore Ts'o  <tytso@mit.edu>
+
+       * getsectsize.c (BLKSSZGET): Clean up test for when to manually
+               define the BLKSSZGET ioctl.
+
 2005-05-29  Theodore Ts'o  <tytso@mit.edu>
 
        * ismounted.c (ext2fs_check_mount_point): Add test to see if the
index 66c6df6..e749d39 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/fd.h>
 #endif
 
-#if defined(__linux__) && defined(_IO) && !defined(BLKGETSIZE)
+#if defined(__linux__) && defined(_IO) && !defined(BLKSSZGET)
 #define BLKSSZGET  _IO(0x12,104)/* get block device sector size */
 #endif