freebsd-nq/usr.sbin/fstyp
John Baldwin 58862c0bea fstyp: Remove __packed from struct exfat_de_label.
This fixes a -Waddress-of-packed-member warning about a possibly
unaligned pointer from GCC 9 when calling convert_label().

__packed has to be removed from struct exfat_dirent as well to fix an
alignment warning when casting from a struct exfat_dirent pointer to a
struct exfat_de_label pointer.

Reviewed by:	cem
Differential Revision:	https://reviews.freebsd.org/D32144
2022-01-31 17:33:31 -08:00
..
tests
apfs.c
befs.c
cd9660.c
exfat.c
ext2fs.c
fstyp.8
fstyp.c
fstyp.h
geli.c
hammer2_disk.h
hammer2.c
hammer_disk.h
hammer.c
hfsplus.c
Makefile
Makefile.depend
Makefile.depend.options
msdosfs.c
msdosfs.h
ntfs.c
ufs.c
zfs.c