]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use int8_t type for the mftrecsz field in g_label_ntfs. char type
authorStanislav Sedov <stas@FreeBSD.org>
Sun, 5 May 2013 08:00:16 +0000 (08:00 +0000)
committerStanislav Sedov <stas@FreeBSD.org>
Sun, 5 May 2013 08:00:16 +0000 (08:00 +0000)
commit77f8606428974f949f8b33f8545d9bfb48a71858
tree6581ca74e149f71e5fa3a546a75f85986f5b5056
parent1392a0b021af39df627db28e98d3e3ce39a66fce
- Use int8_t type for the mftrecsz field in g_label_ntfs. char type
  used previously caused probe failure on platforms where char is unsigned
  (e.g. ARM), as mftrecsz can be negative.

Submitted by: Ilya Bakulin <ilya@bakulin.de>
MFC after: 2 weeks
sys/geom/label/g_label_ntfs.c