summaryrefslogtreecommitdiff
path: root/lib/e2p/getversion.c
AgeCommit message (Collapse)AuthorFilesLines
1998-03-30ChangeLog, e2fsck.h, pass4.c, super.c:Theodore Ts'o1-0/+1
super.c, e2fsck.h: Always declare e2fsck_get_device_size() as an extern in e2fsck.h to prevent -Wall warnings. pass4.c (e2fsck_pass4): Remove unused variable 'j'. super.c (check_super_block): Fix broken superblock sanity check when calculating blocks_per_group if s_log_frag_size != s_log_block_size. Since we don't support fragments, this isn't a bug deal, but it's good to get it fixed. ChangeLog, Makefile.elf-lib: Makefile.elf-lib (installdirs): Change use of DLL_INSTALL_DIR to ELF_INSTALL_DIR. (Doesn't make a difference currently, but it's correct this way.) ChangeLog, fgetversion.c, getversion.c: getversion.c (getversion): Return 0 if there's no error. fgetversion.c (fgetversion): Pass the address of the temporary variable instead of the unitialized variable to the EXT2_IOC_GETVERSION ioctl.
1998-03-09ChangeLog, ls.c:Theodore Ts'o1-1/+4
Mask off high 8 bits from dirent->name_len. Many files: The ext2 version and flags ioctl's take an int *, not a long *. Fix library to use the correct type, so we don't have problems on the Alpha.
1997-04-29Many files:Theodore Ts'o1-2/+0
Checked in e2fsprogs 1.05
1997-04-26Many files:Theodore Ts'o1-0/+8
Checked in e2fsprogs 0.5c
1997-04-26Many files:Theodore Ts'o1-0/+27
Checkin of e2fsprogs 0.5b