diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-05-14 11:35:52 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-05-14 11:35:52 +0000 |
commit | 9f8046fc6dfc13eee2f5c363214e60b533872cac (patch) | |
tree | 82e0feac05c0c58e1563db0109be361d53905896 /lib/ext2fs/getsize.c | |
parent | 092c3dec39301ac61367b710d995f74b523948c2 (diff) | |
download | e2fsprogs-9f8046fc6dfc13eee2f5c363214e60b533872cac.tar.gz |
Many files:
alloc.c, alloc_tables.c, badblocks.c, bb_compat.c, bb_inode.c,
bitmaps.c, bitops.c, block.c, bmap.c, bmove.c, brel_ma.c,
check_desc.c, closefs.c, cmp_bitmaps.c, dblist.c, dblist_dir.c,
dir_iterate.c, dirblock.c, dupfs.c, expanddir.c, ext2_fs.h, fileio.c,
finddev.c, flushb.c, freefs.c, get_pathname.c, getsize.c, icount.c,
imager.c, initialize.c, inline.c, inode.c, irel_ma.c, ismounted.c,
link.c, lookup.c, mkdir.c, mkjournal.c, namei.c, native.c, newdir.c,
nt_io.c, openfs.c, read_bb.c, read_bb_file.c, rs_bitmap.c,
rw_bitmaps.c, swapfs.c, test_io.c, tst_badblocks.c, tst_byteswap.c,
tst_getsize.c, tst_iscan.c, unix_io.c, unlink.c, valid_blk.c,
version.c, write_bb_file.c, ext2_fs.h: Moved file from include/linux.
Adjust all files in this directroy to include this file.
Diffstat (limited to 'lib/ext2fs/getsize.c')
-rw-r--r-- | lib/ext2fs/getsize.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/ext2fs/getsize.c b/lib/ext2fs/getsize.c index 66f85244..e8fadba2 100644 --- a/lib/ext2fs/getsize.c +++ b/lib/ext2fs/getsize.c @@ -33,12 +33,7 @@ #define BLKGETSIZE _IO(0x12,96) /* return device size */ #endif -#if EXT2_FLAT_INCLUDES #include "ext2_fs.h" -#else -#include <linux/ext2_fs.h> -#endif - #include "ext2fs.h" static int valid_offset (int fd, ext2_loff_t offset) |