manual provision of CC=gcc, AR=ar, and LD=ld if they are not set and
the target is *-*-*djgpp. (Requested by Christophe Grenier)
BKrev: 40490afdVA7BUL7-q11Cv7hRLr9Sxg
manual provision of CC=gcc, AR=ar, and LD=ld if they are not set and
the target is *-*-*djgpp. (Requested by Christophe Grenier)
(Logical change 1.298)
zero when calling ntfs_lookup() for type checking correctness. (Yuval
Fledel)
In attribute lookup code in libntfs/attrib.c, check type against
AT_UNUSED and not zero.
BKrev: 40486771LHDy46YxgQ1hvUUpK2k5ow
autoupdate && autoreconf --force and fixup the fallout damage; rename
INCLUDES to AM_CPPFLAGS; add $srcdir to getgccver invocation.
BKrev: 40485ec8_gVMUo34wsOoiNQoLmoq4g
and unions (much like I did earlier in the kernel driver) so that
the -fms-extensions switch is no longer required. Also, removed
the -fms-extensions switch and associated autodetection from
./configure.ac. (Yuval Fledel with small fixes from me)
BKrev: 40484c2asRC1SlQMVfhDhHkULzq0Ew
and unions (much like I did earlier in the kernel driver) so that
the -fms-extensions switch is no longer required. Also, removed
the -fms-extensions switch and associated autodetection from
./configure.ac. (Yuval Fledel with small fixes from me)
(Logical change 1.293)
exceed the maximum of 32 bits and mkntfs would segfault. Now we
increase the cluster size until the number of clusters no longer
exceeds 32 bits or the maximum cluster size is reached. We then
exit with an appropriate error message. (Thanks to Szaka for the
bug report.)
Also fix some compiler warnings in mkntfs with --enable-maintainer-mode.
(Logical change 1.291)
exceed the maximum of 32 bits and mkntfs would segfault. Now we
increase the cluster size until the number of clusters no longer
exceeds 32 bits or the maximum cluster size is reached. We then
exit with an appropriate error message. (Thanks to Szaka for the
bug report.)
- Also fix some compiler warnings in mkntfs with --enable-maintainer-mode.
BKrev: 4047608erW-8wtmrh6ySSD3kjzZB4Q
- Adapt BLKGETSIZE64 definition to the one found in 2.6 kernels.
- Remove compiler warning by rearranging code a bit in ntfs_mount().
BKrev: 403f73daa9iktClfg6W-4WlIYJmjhA