DragonFly commits List (threaded) for 2011-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: msdosfs: use size_t for unlen consistently instead of int.
commit 6c9ffabc272e311f51efadc07996c43c5c30f568
Author: Alexander Polakov <polachok@gmail.com>
Date: Tue Mar 22 02:00:15 2011 +0300
msdosfs: use size_t for unlen consistently instead of int.
size_t is different from int on x86-64, which can lead
to weird effects.
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue2027>
Summary of changes:
sys/vfs/msdosfs/direntry.h | 8 ++++----
sys/vfs/msdosfs/msdosfs_conv.c | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6c9ffabc272e311f51efadc07996c43c5c30f568
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]